Hello henti,

(htc == "[EMAIL PROTECTED]") [EMAIL PROTECTED] accounted:

htc> as you can see ... it replace "$page_name_heading"; instead of
htc> just "$page_name"; any ideas how to get around this ?

How about:

include("templates/$webit_layout_id/${page_name}_heading.php3");

or:

include("templates/$webit_layout_id/" . $page_name . '_heading.php3');

And you probably want to make use of global($webit_layout_id).

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to