. */ /* */ /*************************************************************************************/ namespace Thelia\Controller\Admin; class AdminController extends BaseAdminController { public function indexAction() { return $this->render("home"); } public function processAction() { echo "not yet coded !"; exit(); } }