View Single Post
  #2 (permalink)  
Old 05-23-2008, 11:26 AM
t-mow t-mow is offline
Junior Member
 
Join Date: Nov 2007
Location: Elmshorn, Germany
Posts: 14
Send a message via ICQ to t-mow
Default

Had this problem yesterday, too: you have to setup the doctype in bootstrap and then just echo it in your layout.

Bootstrap:
PHP Code:
$view $layout->getView();
$view->doctype('XHTML1_TRANSITIONAL'); 
Reply With Quote