Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Freddy Vasquez Friend
    #145989

    Hi guys,

    Can you please help me on this matter?

    I want to Replace GIF logo with SWF (flash) logo on JA-Topaz.

    Kind regards,

    Freddy.

    Saguaros Moderator
    #323747

    Hello Favr12!

    To do something as you said, you must make change of codes in the /templates/ja_topaz/index.php, you’ll modify this via Template Manage or via FTP.

    Codes to render logo is from line 93 and line 104:

    [PHP]
    if ($tmpTools->getParam(‘logoType’)==’image’) { ?>
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php } else {
    $logoText = (trim($tmpTools->getParam(‘logoText’))==”) ? $config->sitename : $tmpTools->getParam(‘logoText’);
    $sloganText = (trim($tmpTools->getParam(‘sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $tmpTools->getParam(‘sloganText’); ?>
    <div class=”logo-text”>
    <h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    <?php } ?>
    [/PHP]

    You’ll replace this block by your codes which using for display Flash

    Good luck

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 15 years ago.

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