Pagetitle change h2 to h1 in Phoca-t template.

Phoca Templates - templates for Joomla! CMS
tvwe
Phoca Member
Phoca Member
Posts: 11
Joined: 02 Dec 2010, 15:05

Pagetitle change h2 to h1 in Phoca-t template.

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
tvwe
Phoca Member
Phoca Member
Posts: 11
Joined: 02 Dec 2010, 15:05

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

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply