This commit is contained in:
Michael RICOIS 2016-05-13 11:05:51 +02:00
parent 5e87967441
commit fe3771da08
5 changed files with 20 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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