See file /var/www/html/protected/viewc/public/fresh_header.php


+ Error on line 80

<body class="<?php if ($this->data['page']->name != 'homepage') print(' internal '); ?>">


<!-- 
    
The message for all humans who read this:
    
This is purely handcrafted website powered by our unique CMS
    If 
you want to know something about the solution we are open for communication.
-->
<!
DOCTYPE html>
<
html>
<
head>
    <
meta charset="utf-8"/>
    
    <
title><?php if (!empty($this->data['page']) && !empty($this->data['page']->seo_title)) print($this->data['page']->seo_title); ?></title>
        <meta name="description" content="<?php if (!empty($this->data['page']) && !empty($this->data['page']->seo_description)) print($this->data['page']->seo_description); ?>" />
        <meta name="keywords" content="<?php if (!empty($this->data['page']) && !empty($this->data['page']->seo_keywords)) print($this->data['page']->seo_keywords); ?>" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- Yandex verification -->
    <meta name='yandex-verification' content='56c1665fe807837e' />
    
    <!-- Disable Skype plugin -->
    <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
    
    <!-- Fav Icon -->
    <?php 
        $color 
'';
        switch(
rand(19)) {
            case 
1:
                
$color 'green';
                break;
            case 
2:
                
$color 'light-blue';
                break;
            case 
3:
                
$color 'blue';
                break;
            case 
4:
                
$color 'red';
                break;
            case 
5:
                
$color 'yellow';
                break;
            case 
6:
                
$color 'dark-gray';
                break;
            case 
7:
                
$color 'marine';
                break;
            case 
8:
                
$color 'purple';
                break;
            case 
9:
                
$color 'orange';
                break;
        }
    
?>
    <link rel="shortcut icon" href="/global/img/jp-favicon-<?php print($color); ?>.png"/>
    
    <!-- Vkontakte share img -->
      <!-- <link rel="image_src" href="<?php print(Doo::conf()->APP_URL); ?>global/img/.jpg"> -->

    <!-- Facebook open graphs tags -->
    <meta property="go:type" content="website" />
    <meta property="go:site_name" content="JazzPixels Website" />
    <meta property="go:title" content="<?php if (!empty($this->data['page'])) print($this->data['page']->title); ?>" />
    <meta property="go:url" content="<?php print(Doo::conf()->APP_URL); ?>" />
    <!-- <meta property="go:image" content="<?php print(Doo::conf()->APP_URL); ?>global/img/.png" /> -->
    
    <!-- Apple Touch Devices -->
    <!-- <link rel="apple-touch-icon" href="/global/img/.png" /> -->
    <meta name="apple-mobile-web-app-capable" content="yes" />

  <link rel="stylesheet" type="text/css" href="/global/css/fresh.css" media="screen" />
  <link rel="stylesheet" media="only screen and (max-width:800px)" href="/global/css/mobile800.css"  />
    
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="/global/css/main-ie.css" media="screen" />
    <![endif]-->
  <script src="/global/js/jquery-1.8.2.min.js"></script>
  <script src="/global/js/homepage.js"></script>
</head>
<body class="<?php if ($this->data['page']->name != 'homepage') print(' internal '); ?>">


* Stack Trace...

  1. /var/www/html/index.php(37) calling run()
  2. /var/www/html/dooframework/app/DooWebApp.php(34) calling routeTo()
  3. /var/www/html/dooframework/app/DooWebApp.php(114) calling vacancyList()
  4. /var/www/html/protected/controller/public/VacancyController.php(38) calling renderc()
  5. /var/www/html/dooframework/controller/DooController.php(233) calling renderc()
  6. /var/www/html/dooframework/view/DooView.php(199) calling include()
  7. /var/www/html/protected/viewc/public/vacancy-list.php(1) calling include()


* Variables...  Conf .  GET  .  POST  .  Session  .  Cookie 

$_SESSION Variables
array(1) {
  [
"language"] => string(3"com"
}
$_COOKIE Variables array(0) {
}

BACK TO TOP