RUNCMS 1.1 themekit.

The menu system is change to a new one in RUNCMS
There is a security plain version build in but to take advantage off the new you have to either use one off the opgraded / new themes or us this:

Upgrade kit to your old theme
--------------------

If you want to use your old theme all you have todo is copy the menu dir in the runcms themedir to you own themedir.
In your menu dir schould now be:   default.css and menu_style.css 

then open your style.css locatet in your themedir/style.

And in the top ad this:

@import url(../menu/menu_style.css);

To change colors in the menu goto yourtheme/menu/menu_styles.css and make changes that suite you theme.



to upgrade to use the template avaible from runcms 1.1 then this only if you want use this templates system :

added a function  in your  themes.php file:


function themebox_template($title='', $content, $show_template) {

$dir = XOOPS_ROOT_PATH."/themes/".XOOPS_THEME."/template/";
$file = "$show_template";

include($dir.$file); 

}


and add the copy the template directory to your theme like this:

/theme/(the_theme)/template
 
to easyer understand look in the buttom off suply exampletheme.php in this kit

More Theme Both updatet and new  will be/are avaible on http://gordon.farsus.dk

Have fun


Farsus