inc_front/content.func.inc.php
the code looks like this:
Code: Select all
// PAGETITLE replacement
if( ! (strpos($content["all"],'{PAGETITLE}')===false)) {
$content["all"] = str_replace('{PAGETITLE}', $content["struct"][$content["cat_id"]]["acat_name"], $content["all"]);
}
// ------------------------------------------------------------- //
Yet the GT MOD which I have gotten to work in two previous installs is not working with this {PAGETITLE} rep tag....other rep tags it does OK with......
the {DATE_LONG} replacement tag... works fine...
it seems to have problems dealing with the {PAGETITLE} tag:
Wanted to ask what changes in the core might account for this...I am 'kind of comfortable' to using the {PAGETITLE} rep tag with GT MOD...
Cheers,
John