<{include file="db:`$mydirname`_main_header.html"}> <{*

<{$cat_url|regex_replace:"@(.*)&(nbsp|#160);\:&(nbsp|#160);$@":"\$1"|replace:" : ":" > "}>

*}> <{*------ Experimental breadcrumbs goes here ------*}>

<{$smarty.const._MD_WEBLOG_HEADER_NAVIGATION}>

<{$smarty.const._MD_WEBLOG_CURRENT_CATEGORY_NAVIGATION}>

<{if $show_category_list}> <{if count($category_navi) > 0}> <{*------ Legacy type of category tree <{if $cat.cat_root_num is div by $category_col}>
<{foreach item=cat from=$category_navi}> <{if $cat.prefix_num == 1 && $cat.cat_root_num != 0}>
<{else}> <{/if}> <{/if}>
<{$cat.prefix}><{$cat.cat_title}>(<{$cat.count}>)
<{/foreach}>
*}> <{*------ experimental category tree goes here ------*}>

<{$smarty.const._MD_WEBLOG_SITEWIDE_CATEGORY_NAVIGATION}>

<{php}> $cattree =& $this->_tpl_vars['category_navi']; $category_col = $this->_tpl_vars['category_col']; $mydirname = $this->_tpl_vars['mydirname']; $append = $this->_tpl_vars['append']; for($i=0; $i < count($cattree); $i++) { if($i==0) { echo ''."\n".''."\n".''."\n"; } } echo ''."\n"; <{/php}> <{/if}> <{/if}> <{foreach item=entry from=$entries name=entryloop}> <{$entry.rdf_desc}>

<{foreach item=catpath name=catpathloop from=$entry.category}> <{$catpath.name}><{if !$smarty.foreach.catpathloop.last}> ><{/if}> <{/foreach}> <{$entry.title}> <{$entry.created}>

<{$entry.contents}>

<{$smarty.const._MD_WEBLOG_THIS_BLOGS_INFORMATION}>

<{/foreach}> <{if $pagination}>

<{$smarty.const._MD_WEBLOG_PAGE_NAVIGATION}>

<{$pagination}>

<{/if}> <{include file='db:system_notification_select.html'}>