Vai nel file themes\classic\index.template e cerca
// Show the [home] and [help] buttons.
Lo schema per il bottone è questo :
echo '
<a href="', $scripturl, '?action=help">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt[119] . '" border="0" />' : $txt[119]), '</a>', $context['menu_separator'];
Il bottone del tema di default per l'arcade è:
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>' : '';
Il bottone adattato è:
<a href="', $scripturl, '?action=arcade>', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'][/color][/color] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt['arcade'] . '" border="0" />' : $txt['arcade']), '</a>', $context['menu_separator'];
Il problema sta nel fatto che il tema Classic ha delle immagini per cui prima dovresti creare l'immagine del bottone,caricarla via ftp e sostituire nel bottone poco sopra il testo--> "/help.gif" con la tua immagine