
... and put it into themes folder. You have to get : /themes/mynewtheme/theme.html
<{php}>
global $xoTheme;
$xoTheme->addScript("browse.php?Frameworks/jquery/jquery.js");
$this->assign('xoops_module_header', $xoTheme->renderMetas(null, true));
<{/php}>
//DNPROSSI - Added for adobe detection * does not work in msie
$browser = $_SERVER['HTTP_USER_AGENT'];
//'msie', 'firefox', 'safari', 'webkit', 'opera', 'netscape', 'konqueror', 'gecko'
if ( !preg_match("/msie[^;]*/i", $browser) ) {
$has_adobe = nw_detect_adobe();
} else { $has_adobe = 1; }
<{$articlePicture}>
$tpl->assign('channel_title', xoops_utf8_encode($sitename));
...
$tpl->assign('channel_desc', xoops_utf8_encode($slogan));