Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • guap Friend
    #164815

    How can I hide or remove the T3 Framework logo on the top left corner? Thanks in advance.

    see image


    1. t3
    khoand Friend
    #394708

    To remove logo, you remove this code from pluginssystemjat3jat3base-themesdefaultblocksheader.php file

    if ($this->getParam('logoType', 'image')=='image'): ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php else:
    $logoText = (trim($this->getParam('logoText'))=='') ? $siteName : JText::_(trim($this->getParam('logoText')));
    $sloganText = JText::_(trim($this->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 endif; ?>

    guap Friend
    #394770

    Thank you! It works!

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

This topic contains 3 replies, has 2 voices, and was last updated by  guap 13 years, 5 months ago.

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