Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ukfraternite Friend
    #141002

    Hello,

    I have just changed the sub-logo (at the bottom of the template)

    But when I point the mouse there, it reads “JA Tube”. How do I rename that to a chosen name, please?

    nguyenhuu quang Friend
    #304040

    open index.php at line 238 to 240

    <div class="sublogo">
    <img src="<?php echo $tmpTools->templateurl(); ?>/images/sub-logo.gif" alt="JA Tube" title="JA Tube" />
    </div>

    replace to

    <div class="sublogo">
    <img src="<?php echo $tmpTools->templateurl(); ?>/images/sub-logo.gif" alt="Your SITE Name" title="Your SITE NAME" />
    </div>

    or Blank with

    <div class="sublogo">
    <img src="<?php echo $tmpTools->templateurl(); ?>/images/sub-logo.gif" >
    </div>

    ukfraternite Friend
    #304043

    Thank you.:cool:

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  ukfraternite 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum