Page 1 of 1

Pagetitle change h2 to h1 in Phoca-t template.

Posted: 10 May 2011, 10:00
by tvwe
Hi,

I want in my Phoca-t template (Joomla! 1.6) page title with the h1 instead of h2, does anyone know where I can fit into the template?
This is the source of my site:
<!-- |begin| phoca-content -->

<div id="phoca-content2">

<div class="phoca-in">

<div class="item-page">
<h2> ( I would like to change this to <h1> ).

Thank you for your respond,
tvwe

Re: Pagetitle change h2 to h1 in Phoca-t template.

Posted: 10 May 2011, 15:46
by Jan
Hi, sorry I don't understand, Phoca T includes H1

see the code of html (index.php)

Code: Select all

<h1 id="logo"><?php if ($logo == 1) { ?>
			<a href=" ...
But if you mean the aritcle title, you need to customize the com_content or override with template (search more for "MVC - template overriding" on joomla.org sites)

Jan

Re: Pagetitle change h2 to h1 in Phoca-t template.

Posted: 11 May 2011, 07:04
by tvwe
Hi Jan,

Thank you for your comment.

I mean article title.
I have found it via: Menu Manager: parameter: show page heading. The page title is then generally within H1 "tags" displayed.

This topic can be closed.
tvwe

Re: Pagetitle change h2 to h1 in Phoca-t template.

Posted: 16 May 2011, 23:08
by Jan
Ok