layout()->content;?>
doctype(); ?> getRequest()->getControllerName(); $action= Zend_Controller_Front::getInstance()->getRequest()->getActionName(); ?> getRequest()->getActionName(); if($act!="registration" && $act!="payment-return" && $act!="need-help" ) { if(!isset($_SESSION['reg_id']) || !isset($_SESSION['name'])) { header('location:http://localhost/btech_2020/public/index/signout'); } } $client_obj = new Application_Model_Client(); $profile_img_row=$client_obj->getProfileImageInfo($_SESSION['profile_id']); ?>
headTitle(); ?> headMeta(); ?>