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