Help : Ajout index
This commit is contained in:
parent
3ad5f1e797
commit
eef2069000
14
application/modules/help/controllers/IndexController.php
Normal file
14
application/modules/help/controllers/IndexController.php
Normal 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(){}
|
||||
|
||||
}
|
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user