11-15-2008, 06:26 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Nov 2008
Location: Norway
Posts: 58
Thanks: 20
|
You will have to define images somewhere in your PHP script, then send it to the template engine, like this:
PHP Code:
$template->images = $some_array_with_data;
If that did not work, please let us see some PHP code :).
|
|
|