
06-17-2009, 08:16 AM
|
|
|
Join Date: Feb 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I added the conditions to show other templates with do=mypage but it doesn't work.
I added it exactly before ?>
PHP Code:
if ($_REQUEST['do'] == 'steptwo') { eval('print_output("' . fetch_template('STEPTWO') . '");'); } if ($_REQUEST['do'] == 'stepthree') { eval('print_output("' . fetch_template('STEPTHREE') . '");'); } if ($_REQUEST['do'] == 'stepfour') { eval('print_output("' . fetch_template('STEPFOUR') . '");'); }
Anyone can help me?
I created all templates, anything, but still doesn't work.
EDIT: FIXED IT! Thanks anyway!
|