TinyPortal

Development => Feedback => Topic started by: kulbrich on July 17, 2006, 10:37:05 PM

Title: Typo in TP_Mercury 1.1RC2 theme -- capitalization of word "Forum"
Post by: kulbrich on July 17, 2006, 10:37:05 PM
I may be the only person ever using this, but if someone wants to fix it ... in line 518 (well, of the version patched for TP) of the TP_Mercury theme, the text for "forum" should be "Forum" (uppercase) to match the other titles, when using the non-graphical navigation bar.

/Themes/tp_mercury11rc2/index.template.php

This is the line in question:

<a href="', $scripturl, '?action=forum">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/forum.gif" alt="forum" style="margin: 2px 0;" border="0" />' : 'Forum'), '</a>', $context['menu_separator'],
Title: Re: Typo in TP_Mercury 1.1RC2 theme -- capitalization of word "Forum"
Post by: G6Cad on July 17, 2006, 10:57:06 PM
Thanks for the note there :)