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.

print $head_title
print $head

body {behavior:url("

print $base_path . $directory

/csshover.htc");}

print $styles
print $scripts
print $header_banner
if($logo):
print $frontpage

" rel="nofollow">

endif
if($site_name):
print $site_name
endif
if($site_slogan):
print $site_slogan
endif
if($header_banner){ echo '<div class="clean_float"></div>';};
print $additional_header
print $breadcrumb;
if ($show_messages && $messages): print $messages; endif;
if ($mission): print '<div id="mission">'. $mission .'</div>'; endif;
print $top_content
print $help;
if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif;
if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif;
if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif;
if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif;
print $content
print $bottom_content
print $left_bar

Design by TibiaFusion

if($search_box):
print $search_box
endif
print $right_bar
print $footer
print $footer_message
print $closure

Comments

hectorplus’s picture

Check your theme settings, uncheck the title or slogan option.

Amigopost.com

Random posts by Hector M.

ryohio’s picture

if i uncheck the site name the entire banner is gone.