Création du script dashboard.js

This commit is contained in:
Michael RICOIS 2012-01-05 14:31:42 +00:00
parent 7d81944cb8
commit 41dbce8818
2 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,10 @@
*/
class DashboardController extends Zend_Controller_Action
{
public function init()
{
$this->view->headScript()->appendFile('/themes/default/scripts/dashboard.js', 'text/javascript');
}
/**
* Affiche le tableau de bord

View File

@ -0,0 +1,5 @@
$(document).ready(function(){
});