Posted by ryohio on September 30, 2008 at 4:35am
i wanted to remove the Welcome:
please visit this site: www.wilsonng.net/balikmandaue... im using Bluesquare template.
this is the complete code. please help me remove the page title on the header. thanks.
<?php
print $head_title
?><?php
print $head
?>body {behavior:url("
<?php
print $base_path . $directory
?>/csshover.htc");}
<?php
print $styles
?><?php
print $scripts
?><?php
print $header_banner
?><?php
if($logo):
?><?php
print $frontpage
?><?php
endif
?><?php
if($site_name):
?><?php
print $site_name
?><?php
endif
?><?php
if($site_slogan):
?><?php
print $site_slogan
?><?php
endif
?><?php
if($header_banner){ echo '<div class="clean_float"></div>';};
?><?php
print $additional_header
?><?php
print $breadcrumb;
?><?php
if ($show_messages && $messages): print $messages; endif;
?><?php
if ($mission): print '<div id="mission">'. $mission .'</div>'; endif;
?><?php
print $top_content
?><?php
print $help;
?><?php
if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif;
?><?php
if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif;
?><?php
if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif;
?><?php
if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif;
?><?php
print $content
?><?php
print $bottom_content
?><?php
print $left_bar
?>Design by TibiaFusion
<?php
if($search_box):
?><?php
print $search_box
?><?php
endif
?><?php
print $right_bar
?><?php
print $footer
?><?php
print $footer_message
?><?php
print $closure
?>
Comments
Check your theme settings,
Check your theme settings, uncheck the title or slogan option.
Amigopost.com
Random posts by Hector M.
- Hectorplus Web Design
- Jobs in Canada for Latinos
not working
if i uncheck the site name the entire banner is gone.