View Single Post
Old 11-15-2008, 11:24 PM   #4 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
Do you set the base path somewhere? Though my real reason for replying isn't specifically about PHPTAL as I've never used it, but just to say that whenever I see PHPTAL it always reminds me of PiHKAL because of the similarity at first glance!
No need to set a base path with PHPTAL, but thanks!

Quote:
Originally Posted by Runar View Post
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 :).
Thank you! This worked.
Problem solved
__________________
Tanax is offline  
Reply With Quote