Hi guys,
I'm new to drupal and it seems to be very very nice one.
especially the abstract concept is very sexy ;)
Now I got a dramatically problem with drupal and smarty themes engine.
I downloaded the newest smarty extension from http://drupal.org/project/smarty
so it should be ready to work with drupal 5 (as far as I understood)
Outputing content-vars by {$conent} works fine by using smarty-engine.
But when I try to modify or use smartytemplate.php I noticed that this
file isn't in use and can't be invoked to define regions or vars :(
- even if I delete smartytemplate.php in current theme, nothing is
taking effect :(
does anyone use smarty and can define blocks etc?
would be so nice, if someone could help me :D
best regards,
melchior
Comments
solved
hi, I got this answer from smarty support team:
-------
Sorry, the documentation is out of date.
Since v5.x smartytemplate.php is no longer invoked - use template.php instead. This change was done to be more consistent with phptemplate.
-------