1
Joomla! 1.6/1.7/2.5 / Re:AceSef e Lista di singola categoria
« il: 18 Apr 2012, 22:41:44 »
Nessun aiuto?
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
[size=78%]qualcuno mi sa aiutare?[/size]
<jdoc:include type="modules" name="nomeposizionecreata" style="xhtml" /> 



<?php // no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
$showLeftColumn = (bool) $this->countModules('position-7');
$showRightColumn = (bool) $this->countModules('position-6');
$showRightColumn &= JRequest::getCmd('layout') != 'edit';
$headerType = $this->params->get("headerType","1");
$myimage = $this->params->get("myimage","autumn1.jpg");
$myfolder = $this->params->get("myfolder","sampledata");
$duration = $this->params->get("duration","800");
$delay = $this->params->get("delay","4000");
$imageWidth = $this->params->get("imageWidth","950");
$imageHeight = $this->params->get("imageHeight","380");
$forceresize = $this->params->get("forceresize","0");
$showControl = $this->params->get("showControl", "true");
$display = $this->params->get("display","sequence");
$arrowColor = $this->params->get("arrowColor","black");
[/code]
|
|