1
Hello, I am trying to do something at the main index page of a XOOPS installation. I want to pass a value to the theme template. In /index.php, I assign the value after including header.php:
include "header.php";
$xoopsTpl->assign('myvar','myvalue');
this isn't working... any ideas?