By smithaa02 on
Is there an if statement I can put in page.tpl.php so the title and breadcrumb html is only written is the page is not the home page (aliased as index.htm)??
Is there an if statement I can put in page.tpl.php so the title and breadcrumb html is only written is the page is not the home page (aliased as index.htm)??
Comments
you could do something like
you could do something like this...
http://drupal.org/node/52389
under the "create seperate home page" section.
then in your page_index just remove
print $breadcrumbprint $titleor more directly.....
That did the trick!
That did the trick!