ServiceIntroductionController.php 162 B

12345678910
  1. <?php
  2. class ServiceIntroductionController extends JBaseController
  3. {
  4. public function actionServiceIntroduction()
  5. {
  6. $this->render('serviceIntroduction');
  7. }
  8. }