X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=6922bbea9539dc7bf81f5f029004c3792a41a610;hp=ca045e24f79fd6d58be6ade241a1b18358aa7a33;hb=4e645849ac3d4afe78cc0d33b3a3e5d2958034b0;hpb=5e7bb37a692bf216a5dc79de3bc7c4e828bb35cd diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index ca045e2..6922bbe 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -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') ?> @@ -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') ?>