{extends file="default/layout/main.tpl"} {* Header *} {block name=header} {if $show_header == 1 } {include file="default/layout/main_header.tpl"} {/if} {/block} {block name=body} {* Main content*} {if $show_sniff == 1 } {include file="default/layout/sniff.tpl"} {/if}
{* Plugin bottom *} {if !empty($plugin_content_top)}
{$plugin_content_top}
{/if} {* ?? *} {if !empty($home_page_block)}
{$home_page_block}
{/if} {* ?? *} {$sniff_notification} {include file="default/layout/page_body.tpl"} {if !empty($content)}
{$content}
{/if} {* Announcements *} {if !empty($announcements_block)}
{$announcements_block}
{/if} {* Hot courses template *} {include file="default/layout/hot_courses.tpl"} {* Content bottom *} {if !empty($plugin_content_bottom)}
{$plugin_content_bottom}
{/if}  
{* Right column *}
{if !empty($plugin_menu_top)}
{$plugin_menu_top}
{/if} {*if user is not login show the login form*} {if $_u.logged == 0} {include file="default/layout/login_form.tpl"} {/if} {* My account - user picture *} {$profile_block} {$account_block} {$teacher_block} {* Notices *} {$notice_block} {* Links that are not added in the tabs*} {$navigation_course_links} {* Reservation block *} {$reservation_block} {* Search (xapian)*} {$search_block} {* Classes *} {$classes_block} {* Skills*} {$skills_block} {* Plugin courses sidebar *} {* Plugins for footer section *} {if !empty($plugin_menu_bottom)}
{$plugin_menu_bottom}
{/if}
{/block} {* Footer *} {block name=footer} {if $show_footer == 1 } {include file="default/layout/main_footer.tpl"} {/if} {/block}