Help : Ajout index

This commit is contained in:
Michael RICOIS 2016-05-11 15:11:36 +02:00
parent 3ad5f1e797
commit eef2069000
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
class Help_IndexController extends Zend_Controller_Action
{
protected $theme;
public function init()
{
// --- Theme
$this->theme = Zend_Registry::get('theme');
}
public function indexAction(){}
}

View File

@ -0,0 +1 @@
<?php