Closed (fixed)
Project:
Light Fantastic
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2008 at 02:10 UTC
Updated:
17 Jun 2008 at 00:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
jbrauer commentedChanged page title to use H2 consistently throughout the site and this is committed to -dev. Still need to look into some other ideas on the best way to handle the right combination of H1/H2.
Comment #2
paulnem commentedIt may be worthwhile to do an if/else statement around the site title and the node title. if $is_front etc
So the site title would be H1 on the front page, and just a regular p class on other pages, and node title would be a regular p class on the front page and H1 on all others.
It's a bit late now, but I'll see if I can put something together tomorrow morning.
Comment #3
paulnem commentedI've applied this patch to my install and seems to be working fine, it just adds a couple of if statements to the page.tpl.php to see whether we're on the front page or not, if we're on the front page then site_title is h1 and title isn't, if we're not on the front page then title is h1 and site_title isn't.
First time patch so sorry if it's not as expected.
Comment #4
jbrauer commentedThanks. A similar commit applied to the -dev branch. It uses H2 for other headings instead of
tags since they generally are headings.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.