if($sf_user->isAuthenticated() && $sf_user->isSuperadmin()): ?>
Administrátorský režim
endif ?>
if(!$sf_user->isAuthenticated()): ?>
include_component('banners', 'show', array('type_id' => BannerType::HORIZONTAL)) ?>
endif ?>
include_partial('global/messages') ?>
if($sf_user->isAuthenticated()): ?>
include_component('users', 'profileBox') ?>
endif ?>
include_component('home', 'offersMenu') ?>
include_component('home', 'demandsButton') ?>
if(0): ?>
endif ?>
include_component('events', 'calendar') ?>
= $sf_content ?>
if(!$sf_user->isAuthenticated()): ?>
include_component('banners', 'show', array('type_id' => BannerType::VERTICAL)) ?>
endif ?>
= page_content(24) ?>