?
Current File : /home/c/i/d/cideo/site_2015/application/modules/admin/controllers/HeaderController.php
<?php
class  Admin_HeaderController extends Zend_Controller_Action
{
	function headerAction()
	{	 
	
		$session = Zend_Registry::get('session');
		$this ->_helper->viewRenderer->setResponseSegment('header');
		$translate = Zend_Registry::get('translate');
		$this->view->translate = $translate;
		$this->view->actionCourante = $this->view->layout()->actionactif;
		$this->view->controllerCourant = $this->view->layout()->controlleractif;
		$this->view->textmention = $translate->_("textmention");

		$this->view->actionCourante = $this->view->layout()->actionactif;

		$ln = $this->_request->getParam('ln');
		$this->view->lang = $session->lang;



		
	}
}