1
Hi!
I use own php pages in XOOPS and insert them with
include("../mainfile.php");
include("../header.php");
$xoopsOption['show_rblock'] = 0; //0 for no right block
require("testpage_inc.php");
include("../footer.php");
No problem so far but how can i use the theme colors in
my own pages? I tried working with the class=.... options
but this works only with the default theme.
Please give me some guidelines on how to proceed.
If you need more info please let me know.
Vincent