summaryrefslogtreecommitdiff
path: root/protected/modules/cms
diff options
context:
space:
mode:
Diffstat (limited to 'protected/modules/cms')
-rw-r--r--protected/modules/cms/controllers/DefaultController.php4
-rw-r--r--protected/modules/cms/controllers/SitecontentController.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/protected/modules/cms/controllers/DefaultController.php b/protected/modules/cms/controllers/DefaultController.php
index b76d17b..1fa2d33 100644
--- a/protected/modules/cms/controllers/DefaultController.php
+++ b/protected/modules/cms/controllers/DefaultController.php
@@ -12,9 +12,9 @@ class DefaultController extends Controller
{
$this->render('index');
}
- public function actionAdmin()
+/* public function actionAdmin()
{
$this->render('admin');
}
-
+*/
}
diff --git a/protected/modules/cms/controllers/SitecontentController.php b/protected/modules/cms/controllers/SitecontentController.php
index 43fb74b..3d377cb 100644
--- a/protected/modules/cms/controllers/SitecontentController.php
+++ b/protected/modules/cms/controllers/SitecontentController.php
@@ -52,7 +52,7 @@ class SitecontentController extends Controller
));
}
- public function actionCreate()
+/* public function actionCreate()
{
$model=new Sitecontent;
@@ -129,7 +129,7 @@ class SitecontentController extends Controller
'model'=>$model,
));
}
-
+*/
public function loadContent()
{
if($this->_model===null)