فهرست منبع

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

e 8 سال پیش
والد
کامیت
18b0c1355d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      www/protected/modules/moonclub/MoonclubModule.php

+ 1 - 1
www/protected/modules/moonclub/MoonclubModule.php

@@ -11,7 +11,7 @@ class MoonclubModule extends CWebModule
     }
     public function beforeControllerAction($controller, $action)
     {
-        $controller->layout = '//layouts/none';
+        $controller->layout = '//layouts/main';
 
         if(parent::beforeControllerAction($controller, $action))
         {