smiling
2007-10-25, 11:29 AM
<?php
if (is_home())
{ get_sidebar();
include (TEMPLATEPATH . '/ads.php');}
else { get_sidebar();}
?>
the code ad ads.php at homepage, not at other pages.
if (is_home())
{ get_sidebar();
include (TEMPLATEPATH . '/ads.php');}
else { get_sidebar();}
?>
the code ad ads.php at homepage, not at other pages.