Guest User

Untitled

a guest
Jun 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function init() {
  2.  
  3. $this->initView();
  4. $this->view->baseUrl = $this->_request->getBaseUrl();
  5. $this->_helper->layout->setLayout('admin');
  6. $response = $this->getResponse();
  7. $response->insert('header', $this->view->render('header.phtml'));
  8. $response->insert('footer', $this->view->render('footer.phtml'));
  9.  
  10. } //init(
Add Comment
Please, Sign In to add comment