View Single Post
Old
  (#2 (permalink))
Mtechnik
Junior Member
 
Status: Offline
Posts: 81
Join Date: Apr 2003
07-29-2003, 10:31 PM

i think mikem has cover this before, to save you time searching,

open up page_header.php located in includes folder find

Code:
if (!$is_inline_review) {
    title("$sitename: $mod_name");
    OpenTable();
}
remove the title("$sitename: $mod_name"); so its like

Code:
if (!$is_inline_review) {
    
    OpenTable();


Think all nukes look the same?
=) Think again. www.mtechnik.net
Public / commercial themes
   
Reply With Quote