<?php class IntroductionController extends JBaseController { public function actionIntroduction() { $this->render('introduction'); } }