Quote:
Originally Posted by The Geek
depends on what the eval for forumdisplay is called (or any code that changes it). whats the last eval command in forumdisplay?
|
This is the last eval command
PHP Code:
// === GAS step 209 ===
if ($GAS_setting['rt_template']){
eval('print_output("' . fetch_template($GAS_setting['rt_template']) . '");');
}else{
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
}
// === /GAS step 209 ===