<?php class DefaultController extends JBaseController { public function actionIndex() { $this->render('index'); } }