The theme is missing $action_links.
This results in when you are going to the content page, the link "New content" is missing, making it impossible to create new content.
I've only tested this in Drupal 7.

To fix it, add this to page.tpl.php, line 38:
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>

Comments

sk33lz’s picture

Assigned: Unassigned » sk33lz

Thank you for finding this bug and posting a fix. I will make sure to add this on my next update.

I apologize for not getting back to you sooner on this issue. I have been a bit busy the past few weeks on client projects.

I will try to get this added sometime this weekend and push a new release after that.

Cheers,

Jason

sk33lz’s picture

I never got around to fixing this issue that particular weekend. Since then I have been swamped with client work, but I found some time this evening to pull down my dev release and fix this issue.

Please download the latest dev release for now to see these changes. I will be releasing a new version soon, possibly later tonight, after making some other fixes and changes.

Thanks for pointing this out! I will make sure it is added to my other themes I am currently updating for D7.

Cheers,

Jason

sk33lz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

orgnsm’s picture

orgnsm’s picture

Issue summary: View changes

Code tag added