8
Still not working.....
This is my theme.html file...
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<{$xoops_sitename}><{if $xoops_pagetitle !=''}> - <{$xoops_pagetitle}><{/if}><{php}>
global $xoTheme;
$xoTheme->addScript('browse.php?Frameworks/jquery/jquery.js');
$xoTheme->addScript('js/jquery.cycle.all.min.js');
$xoTheme->addScript('js/superfish.js');
$xoTheme->addScript('js/hoverIntent.js');
$xoTheme->addScript('js/jquery.bgiframe.min.js');
$header = empty($GLOBALS['xoopsOption']['xoops_module_header']) ? $this->get_template_vars('xoops_module_header') : $GLOBALS['xoopsOption']['xoops_module_header'];
$this->assign('xoops_module_header', $xoTheme->renderMetas(null, true) . $header);
<{/php}>
<{$xoops_module_header}>
<{assign var=theme_name value=$xoTheme->folderName}>
<{assign var=theme_name value=$xoTheme->folderName|cat:'/tpl'}>
<{if $smarty.server.PHP_SELF=='/index.php' && $xoops_dirname=="system"}>
<{includeq file="$theme_name/slideshow.html"}>
<{/if}>
<{if $xoBlocks.canvas_left}>
<{foreach item=block from=$xoBlocks.canvas_left}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{/if}>
<{if $xoBlocks.canvas_left and $xoBlocks.canvas_right}>
<{else}><{if $xoBlocks.canvas_left or $xoBlocks.canvas_right}>
<{else}>
<{/if}><{/if}>
<{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
<{foreach item=block from=$xoBlocks.page_topleft}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_topright}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_topcenter}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{/if}>
<{if $xoops_contents && ($xoops_contents != '') }>
<{$xoops_contents}>
<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
<{foreach item=block from=$xoBlocks.page_bottomleft}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_bottomright}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_bottomcenter}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{/if}>
<{if $xoBlocks.canvas_right}>
<{foreach item=block from=$xoBlocks.canvas_right}>
<{$block.title}>
<{$block.content}>
<{/foreach}>
<{/if}>
ANY other suggestion to assist me...?
Thanks!