Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => : xpress 25 May 2012, 12:15:27

: tag titolo o no tag titolo <h2>
: xpress 25 May 2012, 12:15:27
sul vecchio 1.5 si faceva a mano su /tmpl/default.php se non ricordo male
ora vedo nel codice questo


:
<?php if ($this->params->get('show_page_heading'1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>


<?php if ($this->params->get('show_category_title'1) or $this->params->get('page_subheading')) : ?>
<h2>
<?php echo $this->escape($this->params->get('page_subheading')); ?>
<?php if ($this->params->get('show_category_title')) : ?>
<span class="subheading-category"><?php echo $this->category->title;?></span>
<?php endif; ?>


ora mi chiedo nel backend di joomla dove intervenire di preciso nelle opzioni visualizzazioni per cambiare titolazione?
: Re:tag titolo o no tag titolo <h2>
: xpress 28 May 2012, 12:38:48
a nessuno importa di questo dettaglio?