TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: Akyhne on March 12, 2009, 01:53:14 PM
1.0 beta 3
// Show the [forum] button.
echo ($current_action=='forum' || $context['browser']['is_ie4']) ? '<td class="maintab_active_first"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action=='forum' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=forum">'.$txt['tp-forum'].'</a>
</td>' , $current_action=='forum' ? '<td class="maintab_active_last"> </td>' : '';
Is missing:
align="center"
Please read the Posting Guidelines.html (http://www.tinyportal.net/index.php/topic,581)
I'm not even sure what you are referring to, or which theme.
Bugs for the bugtracker, must be submitted via the bugtracker menu link.
I'm just reporting a bug..
It's in index.template.php where the forum button is put to the top menu.
Why does it need align="center" when none of the other buttons have this?
Sorry, it seems I was a little to quick out there. My Default theme (1.1.8 ) was apparently modified.
ah, ok. No problem akyhne! :)