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
Pagetitle change h2 to h1 in Phoca-t template.
-
- Phoca Member
- Posts: 11
- Joined: 02 Dec 2010, 15:05
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Pagetitle change h2 to h1 in Phoca-t template.
Hi, sorry I don't understand, Phoca T includes H1
see the code of html (index.php)
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
see the code of html (index.php)
Code: Select all
<h1 id="logo"><?php if ($logo == 1) { ?>
<a href=" ...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 02 Dec 2010, 15:05
Re: Pagetitle change h2 to h1 in Phoca-t template.
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
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
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Pagetitle change h2 to h1 in Phoca-t template.
Ok
If you find Phoca extensions useful, please support the project