News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1254174361:v:use_geshi-1:v:type-php

Started by Oldiesmann, Sep 28, 2009, 09:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Oldiesmann

   // Show the [forum] button.
   echo '      <td class="menu-' , $current_action == 'forum' ? 'al' : 'pl' , '">&nbsp;</td>
            <td valign="top" class="menu-' , $current_action == 'forum' ? 'abg' : 'pbg' , '">
               <a href="', $scripturl, '?action=forum">Forum</a>
            </td>
            <td class="menu-' , $current_action == 'forum' ? 'ar' : 'pr' , '">&nbsp;</td>
            
            <td class="menu-padding">&nbsp;</td>';