smarty path problem
- by ruru
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