Other templates has a 'view' and 'edit' tab on every node or article, but it is missing in this theme? Authorized users with edit-permissions can't edit the nodes at this way.

CommentFileSizeAuthor
#1 patch-page.tpl-20110202.txt655 bytesgtsopour
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Active » Patch (to be ported)
FileSize
655 bytes

Put the following code in your page.tpl.php before printing your $page['content']

<?php if ($tabs): ?><?php print render($tabs); ?><?php endif; ?>

I attached a patch (patch-page.tpl-20110202.txt) with this change

Bartje01’s picture

Thanks, it works!

skounis’s picture

Status: Patch (to be ported) » Fixed
gtsopour’s picture

Status: Fixed » Closed (fixed)

ok verified