News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

theme-total blue-clickable logo

Started by jarity, July 27, 2014, 05:26:44 PM

Previous topic - Next topic

jarity

Hello,
I have searched both the web and this community for info on how to make this theme's logo clickable.
i have found numerous examples but cannot adapt then to this particular theme. i know very little css but know enough to cut and paste the code properly. i have found the correct "index.template.php" file starting at line 250 but cannot configure following the examples.
existing code:
--------------------------------------------
     }
               echo '
             <div id="logo">
            <a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<img src="'. $settings['images_url']. '/theme/logo.png" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />', '</a>
          </div>';
          echo '
    </div>
any help appreciated of course

Advertisement: