Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : Nuvola6 11 Jan 2010, 15:47:20

: Parametri template nel file index.php
: Nuvola6 11 Jan 2010, 15:47:20
Ciao a tutti.
Se nel file index.php del mio template, trovo:
$show_fontchanger      = ($this->params->get("showFontchanger", 1)  == 0)?"false":"true";

come faccio a settare il parametro su falso?
: Re:Parametri template nel file index.php
: sudoku 11 Jan 2010, 16:07:20
hai provato a cambiare 1 con 0?