{php}> $theme_preload_dir = dirname(dirname( __FILE__ )).'/themes/main/preload/' ; $this->assign( 'preload_header', '' ) ; if ($handle = opendir( $theme_preload_dir ) ) { while (false !== ($file = readdir($handle))) { if( file_exists( $theme_preload_dir.$file.'/theme.php' ) ){ include_once( $theme_preload_dir.$file.'/theme.php' ) ; if( function_exists( $file.'_header' ) ){ $this->assign( 'preload_header', call_user_func( $file.'_header', $this->_tpl_vars['xoops_imageurl'] ) ) ; } if( function_exists( $file.'_content' ) ){ call_user_func( $file.'_content', $this ) ; } } } closedir($handle); } <{/php}><{include_php file="$xoops_rootpath/themes/$xoops_theme/hd_assign.php"}>"?>
<{$smarty.const._HD_SKIP_CONTENTS}>

<{$smarty.const._HD_BREADCRUMBS}>
<{* <{if $mytrustdirname != 'pico' && $mytrustdirname != 'd3forum'}> *}> <{* <{/if}> *}> <{*<{$smarty.const._HD_SKIP_CONTENTS_TARGET}>
<{foreach item=block from=$xoops_lblocks name=lbloop}>