IntroductionController.php 141 B

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