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?