SMF Support > SMF 2.0.x Support

Remove the forum Name

<< < (3/4) > >>

halfflight:
Sorry I am as thick as two planks do I go into the core theme and change the index.template.php there?

K@:
Indeed.

Keep a copy of the file, as a backup, for obvious reasons, though, woncha? ;)

AllanD:
okay got this figured out :D

halfflight:
I cannot find the code in "core" is this it and if so what do I change;

<div class="catbg">
         <img class="floatright" id="smflogo" src="', $settings['images_url'], '/smflogo.gif" alt="Simple Machines Forum" />
         <h1 id="forum_name">';

   if (empty($context['header_logo_url_html_safe']))
      echo $context['forum_name_html_safe'];
   else
      echo '
            <img src="', $context['header_logo_url_html_safe'], '" alt="', $context['forum_name_html_safe'], '" />';

   echo '
         </h1>
      </div>';

halfflight:
anyone.....help please

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version