= !empty( $meta_link_next ) ? $meta_link_next : '' ?>
    = !empty( $meta_link_prev ) ? $meta_link_prev : '' ?>
    
    
    assets->outputCss() ?>
    
        
        
        
    
    
    = ( isset( $no_robots ) && !empty( $no_robots ) ? isset($utm) &&  $utm == 0 ? '' : '' : '' ) ?>
    = $this->partial('partial/header', ['lang' => $lang]) ?>
    
        = $this->partial('partial/cssAsset', ['css' => $css]) ?>
    
seoUrl->getLangId();
$in_cart        = $this->session->get('in_cart', []);
$pages          = $this->models->getPages()->getPages( $lang_id );
$main_menu     = $this->models->getNavigation()->getActiveData($lang_id );
$params         = $this->dispatcher->getParams();
$page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
?>
= $this->partial('partial/popupCart') ?>
session->get('special_users_id') != null): ?>
    partial('partial/dealer', ['customer'=> $customer]) ?>
    
            
        
    
    getContent();
    ?>
');
    $info = $this->profiler->getInfoStatistics();
    echo
    (
        ''.
        '=50 ? ' class="warning"' : '' ).'>time total: '.$info['exec'].' ms | '.
        'db time ('.$info['db']['count'].'): '.$info['db']['time'].' ms | '.
        '=800 ? ' class="warning"' : '' ).'>memory: '.$info['memory'].' KB'.
        '
'
    );
    $info = $this->profiler->getAllStatistics();
    if( !empty($info) && isset($info['sql']) && !empty($info['sql']) )
    {
        $html   = '';
        $c      = 1;
        foreach( $info['sql'] as $d )
        {
            $html .=
                '
'.
                '
'.$c.'
'.
                '
'.trim($d['sql']).'
'.
                '
'.round( $d['time'] * 1000, 3 ).' ms
'.
                '
';
            $c++;
        }
        $html .= '