Rajout du premier flashMessage
[zf2.biz/galerie.git] / module / Application / view / layout / layout.phtml
index ca045e2..6922bbe 100644 (file)
@@ -12,6 +12,7 @@
                         ->prependStylesheet($this->basePath() . '/css/bootstrap-responsive.min.css')
                         ->prependStylesheet($this->basePath() . '/css/style.css')
                         ->prependStylesheet($this->basePath() . '/css/bootstrap.min.css')
+                        ->prependStylesheet($this->basePath() . '/css/jquery-ui.css')
                         ->prependStylesheet($this->basePath() . '/css/jquery-dataTables.css') ?>
 
         <!-- Scripts -->
@@ -19,6 +20,7 @@
                                       ->prependFile($this->basePath() . '/js/bootstrap.min.js')
                                       ->prependFile($this->basePath() . '/js/perso.js')
                                       ->prependFile($this->basePath() . '/js/jquery-dataTables.js')
+                                      ->prependFile($this->basePath() . '/js/jquery-ui.js')
                                       ->prependFile($this->basePath() . '/js/jquery.min.js') ?>
 
     </head>