06-02-2008, 12:53 AM
|
#2 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
PHP Code:
for ($aArray as $key => $value) { $template->replaceTag($key, $value); }
Seems like too easy an answer though, but I don't know, if you post an example of what you're trying to do perhaps?
-m
|
|
|
|