<?php class ServiceIntroductionController extends JBaseController { public function actionServiceIntroduction() { $this->render('serviceIntroduction'); } }