{* $Id$ *} {include file='header.tpl'} {$cookie_consent_html} {include file="layout_fullscreen_check.tpl"} {if $prefs.feature_ajax eq 'y'} {include file='tiki-ajax_header.tpl'} {/if}
{if !isset($smarty.session.fullscreen) || $smarty.session.fullscreen ne 'y'}
{/if}
{modulelist zone=topbar class="topbar_modules d-flex justify-content-between topbar navbar-{$navbar_color_variant} bg-{$navbar_color_variant} w-100 mb-sm"} {if (zone_is_empty('left') or $prefs.feature_left_column eq 'n') and (zone_is_empty('right') or $prefs.feature_right_column eq 'n')}
{if $prefs.module_zones_pagetop eq 'fixed' or ($prefs.module_zones_pagetop ne 'n' && ! zone_is_empty('pagetop'))} {modulelist zone=pagetop} {/if} {feedback} {block name=quicknav}{/block} {block name=title}{/block} {block name=navigation}{/block} {block name=content}{/block} {if $prefs.module_zones_pagebottom eq 'fixed' or ($prefs.module_zones_pagebottom ne 'n' && ! zone_is_empty('pagebottom'))} {modulelist zone=pagebottom class='mt-3'} {/if}
{elseif zone_is_empty('left') or $prefs.feature_left_column eq 'n'} {if $prefs.feature_right_column eq 'user'}
{$icon_name = (not empty($smarty.cookies.hide_zone_right)) ? 'toggle-left' : 'toggle-right'} {icon name=$icon_name class='toggle_zone right' href='#' title='{tr}Toggle right modules{/tr}'}
{/if}
{if $prefs.module_zones_pagetop eq 'fixed' or ($prefs.module_zones_pagetop ne 'n' && ! zone_is_empty('pagetop'))} {modulelist zone=pagetop} {/if} {feedback} {block name=quicknav}{/block} {block name=title}{/block} {block name=navigation}{/block} {block name=content}{/block} {if $prefs.module_zones_pagebottom eq 'fixed' or ($prefs.module_zones_pagebottom ne 'n' && ! zone_is_empty('pagebottom'))} {modulelist zone=pagebottom class='mt-3'} {/if}
{modulelist zone=right}
{elseif zone_is_empty('right') or $prefs.feature_right_column eq 'n'} {if $prefs.feature_left_column eq 'user'}
{$icon_name = (not empty($smarty.cookies.hide_zone_left)) ? 'toggle-right' : 'toggle-left'} {icon name=$icon_name class='toggle_zone left' href='#' title='{tr}Toggle left modules{/tr}'}
{/if}
{if $prefs.module_zones_pagetop eq 'fixed' or ($prefs.module_zones_pagetop ne 'n' && ! zone_is_empty('pagetop'))} {modulelist zone=pagetop} {/if} {feedback} {block name=quicknav}{/block} {block name=title}{/block} {block name=navigation}{/block} {block name=content}{/block} {if $prefs.module_zones_pagebottom eq 'fixed' or ($prefs.module_zones_pagebottom ne 'n' && ! zone_is_empty('pagebottom'))} {modulelist zone=pagebottom class='mt-3'} {/if}
{modulelist zone=left}
{else}
{if $prefs.feature_left_column eq 'user'}
{$icon_name = (not empty($smarty.cookies.hide_zone_left)) ? 'toggle-right' : 'toggle-left'} {icon name=$icon_name class='toggle_zone left' href='#' title='{tr}Toggle left modules{/tr}'}
{/if} {if $prefs.feature_right_column eq 'user'}
{$icon_name = (not empty($smarty.cookies.hide_zone_right)) ? 'toggle-left' : 'toggle-right'} {icon name=$icon_name class='toggle_zone right' href='#' title='{tr}Toggle right modules{/tr}'}
{/if}
{if $prefs.module_zones_pagetop eq 'fixed' or ($prefs.module_zones_pagetop ne 'n' && ! zone_is_empty('pagetop'))} {modulelist zone=pagetop} {/if} {feedback} {block name=quicknav}{/block} {block name=title}{/block} {block name=navigation}{/block} {block name=content}{/block} {if $prefs.module_zones_pagebottom eq 'fixed' or ($prefs.module_zones_pagebottom ne 'n' && ! zone_is_empty('pagebottom'))} {modulelist zone=pagebottom class='mt-3'} {/if}
{modulelist zone=left}
{modulelist zone=right}
{/if}
{if !isset($smarty.session.fullscreen) || $smarty.session.fullscreen ne 'y'} {/if}
{include file='footer.tpl'} {*try to load cache when logged in*} {if (isset($pagespwa))} {include file='../../../templates/pwa/pwa.tpl'} {/if} {if $prefs.feature_debug_console eq 'y' and not empty($smarty.request.show_smarty_debug)} {debug} {/if}