Exemple #1
0
<head>
    <title><?php 
echo startCore::$objects['pageParams']['title'];
?>
</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="<?php 
echo startCore::$objects['pageParams']['description'];
?>
">
    <meta name="Keywords" content="<?php 
echo startCore::$objects['pageParams']['keywords'];
?>
">
    <?php 
echo startCore::getCSS();
?>
    <?php 
echo startCore::getJS();
?>
  
</head>
    <body>
<?php 
$errorHandler->setGlobalVariables();
//echo $errorHandler->getGlobalVariables();
if (startCore::$authorization->userID and startCore::$authorization->getAccessLvl() !== 'manager') {
    $user = startCore::$authorization->userData;
    $userStat = isset($user['statistics']['entire']) ? $user['statistics']['entire'] : null;
    ?>
    <div class="mainWrapper">