Fixing content type ordering when content_type is not defined.
[akelos.git] / lib / utils / generators / scaffold / templates / layout.tpl
blob3e5b78946de7b5a430250cb0c2e62b9a8949bee5
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5   <title><?php  echo '<?php  echo '?>$text_helper->translate('<?php  echo  $controller_human_name ?>',array(),'layout');?>: <?php  echo '<?php  echo '?> $text_helper->translate($controller->getActionName(),array(),'layout');?></title>
6   <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
7   <?php  echo '<?php  echo '?> $asset_tag_helper->stylesheet_link_tag('scaffold') ?>
8  </head>
9  <body>
10  {?flash-notice}<div class="flash_notice">{flash-notice}</div>{end}
11   <?php  echo '<?php  echo '?> $content_for_layout ?>
12  </body>
13 </html>