Guest User

Untitled

a guest
Jul 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. protected function _initDoctype()
  2. {
  3. $this->bootstrap('layout');
  4.  
  5. $layout = $this->getResource('layout');
  6. $view = $layout->getView();
  7.  
  8.  
  9. $view->doctype('XHTML1_STRICT');
  10. }
Add Comment
Please, Sign In to add comment