diff options
| author | 2012-10-22 22:11:23 +0200 | |
|---|---|---|
| committer | 2012-10-22 22:11:23 +0200 | |
| commit | a928ebf1d010433d81d3afe5a6981f7ca391b9c7 (patch) | |
| tree | 94cbb70710abf65c1e993b272bade0958e5b4e01 /app/controllers/javascriptController.php | |
| parent | 0426541acbeb44d240e6dbf7a93f3a104bea61b4 (diff) | |
ajout des touches de raccourcis et de tout le javascript
Diffstat (limited to 'app/controllers/javascriptController.php')
| -rwxr-xr-x | app/controllers/javascriptController.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/controllers/javascriptController.php b/app/controllers/javascriptController.php new file mode 100755 index 000000000..8a2f4e761 --- /dev/null +++ b/app/controllers/javascriptController.php @@ -0,0 +1,11 @@ +<?php + +class javascriptController extends ActionController { + public function firstAction () { + $this->view->_useLayout (false); + } + + public function mainAction () { + + } +} |
