Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • LOPEZ LEGIDOJOSE ANGEL Friend
    #146676

    I would like to include a flash file to substitute the jpg file that is now there. I am unable to do it. The flash file is now in the footer of the main page. I would be grateful if you can do it for me or tell me how to do it.
    Very grateful for your help

    José Angel López Legido

    Anonymous Moderator
    #326015

    Hi

    Open templatesja_teline_iiilayoutsblocksheader.php file, find following code section:


    <?php
    $siteName = $this->sitename();
    if ($this->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($this->getParam('logoText'))=='') ? $config->sitename : $this->getParam('logoText');
    $sloganText = (trim($this->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $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; ?>

    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>
    <?php endif; ?>

    and change to your flash code

    Hope it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.

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