93-interactive
unread,Mar 20, 2011, 2:21:56 AM3/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2o template PHP
Hi,
is there a way to specify multiple search pathes?
I have a template which is somewhere else then the template it
extends, so h2o does not find the base template.
Like
my/base/template/base.html
my/extending/templates/extending.html
I could read them in and use hash loader, but my application does not
know which template is extended, so i would have to read in all base
templates, which i don't think is a good idea.