greysun Posted October 1, 2002 Share Posted October 1, 2002 I am trying to install the meta Mod. I have one problem. Figuring out which files contain the title tag that needs to be replaced. The usual programs arent working. ie ultraedit etc. I also tried using windows search within file. again its not finding anything Anyone have any ideas on how to figure out which files? Or does anyone know which files to make the changes too? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 1, 2002 Share Posted October 1, 2002 There is a typo in the text you are searching for. Look for: <title><?php echo TITLE; ?></title> The readme file left out the semi-colon in the line to search for. :shock: Quote Link to comment Share on other sites More sharing options...
fadedlazer Posted December 31, 2003 Share Posted December 31, 2003 when I replace the <title><?php echo TITLE; ?></title> When I replace, do i leave the bold as is, or do i have to add a ; semicolon <?php // BOF: Header Tag Controller v1.0 // Replaced by header_tags.php if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE ?></title><?php } // EOF: Header Tag Controller v1.0 ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.