Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brooktie Friend
    #144425

    hi,

    How can I not have the logo (no image, no text) on ja mona?

    prakash Friend
    #317946

    For this

    Open the file > templates>jamona>index.php

    around line 85 you will find this text


    <div id="ja-logo">
    <!-- LOGO -->
    <?php
    $siteName = $tmpTools->sitename();
    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 } ?>
    <!-- //LOGO -->
    </div>

    You need to remove this and the logo or text wont be displayed.

    brooktie Friend
    #317949

    thank you for your help

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

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

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