1
Can some please explain how to use XOOPS + smarty
le="color: #000000"><?php 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
le="color: #000000"><?php <{$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