Just wanted to suggest that the well documented {PAGETITLE) reptag might be included inside:
content.func.inc.php
in next release - since it is required there IF wanting to render out using Jerome's GT Module. This was your recommeded code:
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"]);
}
all best,
-john-