smarty path problem
Posted
by ruru
on Stack Overflow
See other posts from Stack Overflow
or by ruru
Published on 2010-03-11T03:50:56Z
Indexed on
2010/03/11
5:08 UTC
Read the original article
Hit count: 546
smarty
here is my folder
index.php
smartyhere
-Smarty.class.php
admin
-index.php
-users.php
in index.php -> $smarty->display('index.tpl');
in admin/index.php -> $smarty->display('adminindex.tpl'); got error Smarty error: unable to read resource: "adminindex.tpl"
any idea ? thx
© Stack Overflow or respective owner