north 8 yıl önce
ebeveyn
işleme
318a791bbd

+ 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))
         {