super quick question, im banging my head on the wall with this one, how do you use a variable in the template name you want to assign to a variable?? Look at the code, you;ll see what i mean right away, thanks
instead of this:
PHP Code:
eval('$something = "' . fetch_template('template_name') . '";');
i want to do this: (or something like it):
PHP Code:
eval('$something = "' . fetch_template('$template_name') . '";');
edit-ah crap, i realize this is wrong forum, some how i ended up here cause i searched here last, my apologies, its friday night, im distracted :nervous: