Changes

Jump to navigation Jump to search
Line 22: Line 22:  
=== Pull Down Menu Mod ===
 
=== Pull Down Menu Mod ===
    +
{{TNG 8.1.3|and before}}
 
The pull down menus generated by genlib.php do not show the Access Log.  So if you want to show the Access Log on the Info pull down menu, you can make the following mod to genlib.php after the following line
 
The pull down menus generated by genlib.php do not show the Access Log.  So if you want to show the Access Log on the Info pull down menu, you can make the following mod to genlib.php after the following line
   Line 33: Line 34:  
$menu .= "<li><a href=\"$cms[tngpath]" . "showlog.php\"><img src=\"$cms[tngpath]tng_log.gif\" class=\"tnggif\" align=\"left\" alt=\"\" />$text[mnushowlog]</a></li>\n"; // added by Ken Roy
 
$menu .= "<li><a href=\"$cms[tngpath]" . "showlog.php\"><img src=\"$cms[tngpath]tng_log.gif\" class=\"tnggif\" align=\"left\" alt=\"\" />$text[mnushowlog]</a></li>\n"; // added by Ken Roy
 
</nowiki></code>
 
</nowiki></code>
      
== Check Login ==
 
== Check Login ==
17,862

edits

Navigation menu