示例#1
0
文件: main.php 项目: megabr/web3cms
" /> 
<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;}");
  endif;*/
?>
<title><?php 
echo $this->pageTitle;
?>
</title>
</head>

<body class="<?php 
echo MLayout::getBodytagCssClass();
?>
">