Tabs were missing from page.tpl.php
steele - April 27, 2005 - 18:29
| Project: | Lincoln's Revenge |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
All the administration tabs were missing in php.tpl.php so administration was severely crippled.
Added this block of code at line 116 and all the tabs will now show up on all the administration pages:
<!-- BEGIN: tabs -->
<div class="tabs"><?php print $tabs ?></div>
<!-- END: tabs -->
#1
I think you mean Page.tpl.php, unless he has changed it.
Putting the code on line 117 of page.tpl.php works as well. For example, with out it the add forum buttons don't show up.
#2
I just downloaded and installed it: the problem is still here. Thanks for the fix.
#3
Thanks for the fix, was a tadge confused for a while!