« Return to Thread: Determine Home Page

Re: Determine Home Page

by Progga-3 :: Rate this Message:

Reply to Author | View in Thread

On Thu, Dec 20, 2007 at 10:46:17AM -0500, Tom Holmes Jr. wrote:
 
> So this static web-site has it's own primary links in the header, and
> it's not consistent.
> One one home-page I have 6 items, on most of the other pages it is 3
> items, and a few have 4 items.

Having individual template pages like page-node-N.tpl.php where N > 0 might
help.  But there might be a better solution which I don't know :-(

> So, I am just wondering how I can determine which page is the home page ...

isset($is_front)
{
    ...
}



_______________________________________________
themes mailing list
themes@...
http://lists.drupal.org/mailman/listinfo/themes

attachment0 (194 bytes) Download Attachment

 « Return to Thread: Determine Home Page