Quote:
Originally Posted by The Geek
Your last change needs to be:
PHP Code:
// === GAS step 208 ===
if ($GAS_setting['rt_template']){
eval('$HTML = "' . fetch_template('rt_template') . '";');
}else{
eval('$HTML = "' . fetch_template('FORUMDISPLAY') . '";');
}
print_portal_output($home, $HTML);
// === /GAS step 209 ===
|
this didnt seem to work Geek... however.... I tried looking for the template "rt_template" in the admincp style manager and it was not there... i think maybe that is the problem... i ran the template installer, but that specific template wont get created....