getURLPath() ? "/" . $a->getURLPath() . "/" : "/"; $frio = "view/theme/frio"; $view_mode_class = ($a->is_mobile || $a->is_tablet) ? 'mobile-view' : 'desktop-view'; $is_singleuser = Config::get('system', 'singleuser'); $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; ?> <?php if (!empty($page['title'])) echo $page['title'] ?> '; ?> "> Skip to main content
'; if (!empty($page['aside'])) { echo $page['aside']; } if (!empty($page['right_aside'])) { echo $page['right_aside']; } echo '
'; if (!empty($page['content'])) { echo $page['content']; } echo '
'; } else { echo '
'; if (!empty($page['content'])) { echo $page['content']; } echo '
'; } ?>