0 Members and 1 Guest are viewing this topic.
'admin',
'managearcade',
if (in_array($context['current_action'], array('search',
'arcade',
// How about the [search] button?
echo ($current_action == 'arcade' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'arcade' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a> </td>' , $current_action == 'arcade' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
Search for:Code: [Select]'admin', Add after:Code: [Select]'managearcade', Search for:Code: [Select] if (in_array($context['current_action'], array('search', Add after:Code: [Select]'arcade', Search for:Code: [Select]// How about the [search] button?Add after:Code: [Select] echo ($current_action == 'arcade' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'arcade' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a> </td>' , $current_action == 'arcade' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
The code goes into the different parts of /Themes/default/index.template.php. Search for the parts as shown and add the code shown. If you are using a different theme then the last one could possibly be different.
So, what is the problem? You're not even telling me if you have a problem. Please be specific. Any errors in your log? Not installing correctly? Something not show properly?