test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vectorinformatics Friend
    #153643

    See the following header.php in /iphone for PYRO – it has ../../ja_ores – how did ores get into pyro? Was the mobile site copied using Dreamweaver and relative links were not changed automatically? This should have been checked before being released.

    <div id=”ja-header” class=”main clearfix”>

    <div class=”inner”>
    <?php
    $siteName = $this->sitename();
    if ($this->getParam(‘logoType’)==’image’): ?>
    <h1 class=”logo”>
    <a href=”../../../../ja_ores/layouts/blocks/iphone/index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php else:
    $logoText = (trim($this->getParam(‘logoType-text-logoText’))==”) ? $config->sitename : $this->getParam(‘logoType-text-logoText’);
    $sloganText = (trim($this->getParam(‘logoType-text-sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘logoType-text-sloganText’); ?>
    <div class=”logo-text”>
    <h1><a href=”../../../../ja_ores/layouts/blocks/iphone/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; ?>
    </div>

    <div class=”ja-topbar clearfix”>

    <p class=”ja-day”>
    <?php
    echo “<span class=”day”>”.date (‘l’).”</span>”;
    echo “<span class=”date”>, “.date (‘M’).” “.date (‘d’).date (‘S’).”</span>”;
    ?>
    </p>

    <p class=”ja-updatetime”><span>Last update:</span><em>9:10 AM GMT</em></p>

    </div>

    </div>

    Saguaros Moderator
    #353133

    The same issue was raised here: http://www.joomlart.com/forums/topic/pyro-corruption-displayed-as-ores/#post-353095. For convenience, we ‘ll discuss and resolve the issue via such thread

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

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

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