Salve è la prima volta che uso la versione 1.6.5 e vorrei sapere come si fa ad eliminare l'opzione "dimensione carattere" in 1.5 nell'html del template eliminavo il codice e tutto andava a posto.
ora in 1.6 ho anche idividualto lo script ma se lo elimino al posto di "dimensione carattrere-aumenta-resetta diminuisci" mi esce undefined - undefined - undefined - undefined
il codice che elimino:
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/beez5/javascript/hide.js"></script>
<script type="text/javascript">
var big ='<?php echo (int)$this->params->get('wrapperLarge');?>%';
var small='<?php echo (int)$this->params->get('wrapperSmall'); ?>%';
var altopen='<?php echo JText::_('TPL_BEEZ5_ALTOPEN',true); ?>';
var altclose='<?php echo JText::_('TPL_BEEZ5_ALTCLOSE',true); ?>';
var bildauf='<?php echo $this->baseurl ?>/templates/beez5/images/plus.png';
var bildzu='<?php echo $this->baseurl ?>/templates/beez5/images/minus.png';
var rightopen='<?php echo JText::_('TPL_BEEZ5_TEXTRIGHTOPEN',true); ?>';
var rightclose='<?php echo JText::_('TPL_BEEZ5_TEXTRIGHTCLOSE'); ?>';
var fontSizeTitle='<?php echo JText::_('TPL_BEEZ5_FONTSIZE'); ?>';
var bigger='<?php echo JText::_('TPL_BEEZ5_BIGGER'); ?>';
var reset='<?php echo JText::_('TPL_BEEZ5_RESET'); ?>';
var smaller='<?php echo JText::_('TPL_BEEZ5_SMALLER'); ?>';
var biggerTitle='<?php echo JText::_('TPL_BEEZ5_INCREASE_SIZE'); ?>';
var resetTitle='<?php echo JText::_('TPL_BEEZ5_REVERT_STYLES_TO_DEFAULT'); ?>';
var smallerTitle='<?php echo JText::_('TPL_BEEZ5_DECREASE_SIZE'); ?>';
</script>
Grazie
peppeirace