Return to Snippet

Revision: 28716
at July 13, 2010 06:11 by gera3d


Initial Code
<?php

if (is_page(Home)) {

include(TEMPLATEPATH.'/header.php');

} elseif (is_page(Menu)) {

include(TEMPLATEPATH.'/header-second.php');

} else {

include(TEMPLATEPATH.'/header-second.php');
} 
?>

Initial URL


Initial Description
This was used to accomplish a deferent background on a secondary page within the website.

Initial Title
Wordpress Dual Header

Initial Tags
wordpress

Initial Language
PHP