Forumul SMF oferă posibilitatea de a introducesmiley-uri în aceasta secţiune de ştiri si text color
0 Utilizatori şi 1 Vizitator pe acest subiect.
// Show the [help] button. echo ($current_action == 'help' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'help' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=help">' , $txt[119] , '</a> </td>' , $current_action == 'help' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [reguli] button. echo ($current_action == 'rules' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'rules' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=rules">' , $txt[119] , '</a> </td>' , $current_action == 'help' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the menu up top. Something like [home] [help] [profile] [logout]...function template_menu()
if (in_array($context['current_action'], array('search', 'admin',
if (in_array($context['current_action'], array('search', 'rules', 'admin',
http://example.com/index.php?topic=2890
<a href="', $scripturl, '?action=rules">' , $txt[119] , '</a>
// The [PM-button]! if ($context['user']['is_logged']) echo ' <a href="', $scripturl, '?action=pm">', $txt['...............'], '</a>', $context['menu_separator'];