Witam,

Zainstalowałem szablon "poseidon" http://joomla.10templates.com/poseidon/, i wszystko gra orócz tego że nie potrafię zrobić tak aby slider wyswietlał się na wszystkich stronach. Niestety nie ma ustawień podobnych do tych z szablonów hurricane gdzie można przypisać slider.

Oto kod:

<?php if ($frontpage): ?>
<h1 class="homeh1"><?php echo $this->params->get('welcome');?></h1>
<div class="sliderPlace">
<div id="slider" class="nivoSlider">
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage1');?>" alt="" title="#htmlcaption" data-transition="slideInRight" />
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage2');?>" alt="" title="#htmlcaption2" data-transition="fold" />
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage3');?>" alt="" title="#htmlcaption3" data-transition="boxRainReverse" />
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage4');?>" alt="" title="#htmlcaption4" data-transition="sliceUpRight" />
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage5');?>" alt="" title="#htmlcaption5" data-transition="sliceUpLeft" />
<img src="<?php echo $this->baseurl ?>/<?php echo $this->params->get('Sliderimage6');?>" alt="" title="#htmlcaption6" data-transition="sliceUpRight" />
</div>
<div id="htmlcaption" class="nivo-html-caption">
<?php echo $this->params->get('caption1');?>
</div>
<div id="htmlcaption2" class="nivo-html-caption">
<?php echo $this->params->get('caption2');?>
</div>
<div id="htmlcaption3" class="nivo-html-caption">
<?php echo $this->params->get('caption3');?>
</div>
<div id="htmlcaption4" class="nivo-html-caption">
<?php echo $this->params->get('caption4');?>
</div>
<div id="htmlcaption5" class="nivo-html-caption">
<?php echo $this->params->get('caption5');?>
</div>
<div id="htmlcaption6" class="nivo-html-caption">
<?php echo $this->params->get('caption6');?>
</div>
</div>

Rozumiem że jest to kwestia zmiany parametru frontpage z tym że zmyłka jest taka że jak ustawiam inna strone domyślną to i tak slider jest zawsze na 1 stronie menu głównego.

Proszę o pomoc,

Pozdrawiam