Posted by steele on April 27, 2005 at 6:29pm
Jump to:
| Project: | Lincoln's Revenge |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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 -->
Comments
#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!