Active
Project:
Lincoln's Revenge
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2005 at 18:29 UTC
Updated:
20 Nov 2005 at 13:06 UTC
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
Comment #1
godde commentedI 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.
Comment #2
beginner commentedI just downloaded and installed it: the problem is still here. Thanks for the fix.
Comment #3
no_idea_yet commentedThanks for the fix, was a tadge confused for a while!