1
Can some please explain how to use XOOPS + smarty
include("../../mainfile.php");
$xoopsOption['template_main'] = 'index_main.html';
include("../../header.php");
$xoopsTpl->assign('test','just wanna see if it works!');
$xoopsTpl->display();
in index_main.html i do
<{$test}>
Displays nothing...im assuming a missed alot of something.. The template file in in xoops_version.php and was compliled...what did i miss..!
Thanks!
KickassAMD