ErrorException [ Notice ]: Undefined variable: men

APPPATH/classes/Controller/Site/Articles.php [ 97 ]

 92                     'pagination' => $pages,
 93                     '_settings' => $_settings,
 94                     'menu_name' => $men->articles_cat_name,
 95 
 96                 ));*/
 97                 $this->template->site_description = $men->articles_cat_name.' - '.$this->template->site_description;
 98                 $this->template->site_keywords = $men->articles_cat_name.', '.$this->template->site_keywords;
 99                 $this->template->title = $men->articles_cat_name;
100                 // Вывод в шаблон
101                 $this->template->content = array($content);
102             }
  1. APPPATH/classes/Controller/Site/Articles.php [ 97 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Site_Articles->action_index()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment