Przeglądaj źródła

serviceIntroduction

seam 7 lat temu
rodzic
commit
a4c5f27907

+ 10 - 0
www/protected/modules/j/controllers/IntroductionController.php

@@ -0,0 +1,10 @@
+<?php
+
+class IntroductionController extends JBaseController
+{
+	public function actionIntroduction()
+	{
+
+		$this->render('introduction');
+	}
+}

+ 0 - 10
www/protected/modules/j/controllers/ServiceIntroductionController.php

@@ -1,10 +0,0 @@
-<?php
-
-class ServiceIntroductionController extends JBaseController
-{
-	public function actionServiceIntroduction()
-	{
-
-		$this->render('serviceIntroduction');
-	}
-}

+ 0 - 0
www/protected/modules/j/views/web/serviceIntroduction.php → www/protected/modules/j/views/web/introduction.php