Exemplo n.º 1
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php 
} elseif (MParams::getHtmlDoctype() === 'strict') {
    echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' . "\n";
}
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="<?php 
echo MParams::getLanguage();
?>
" /> 
<meta name="robots" content="all" />
<meta name="description" content="<?php 
echo MParams::getMetaDescription();
?>
" />
<meta name="keywords" content="<?php 
echo MParams::getMetaKeywordsAsString();
?>
" />
<link rel="shortcut icon" href="<?php 
echo Yii::app()->request->baseUrl;
?>
/static/images/favicon.ico" type="image/x-icon" />
<?php 
W3Init::jsCss();
/*MLayout::setWrapInGridCssClass(false);
  if(!MLayout::getWrapInGridCssClass()):
  Yii::app()->getClientScript()->registerCss('enlargeSidebar',".container_16 .grid_4 {width: 240px;}");