diff options
Diffstat (limited to 'app/Templates/layout.php')
-rw-r--r-- | app/Templates/layout.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Templates/layout.php b/app/Templates/layout.php index aa430477..62377588 100644 --- a/app/Templates/layout.php +++ b/app/Templates/layout.php @@ -12,6 +12,7 @@ <?= Helper\css('assets/css/app.css') ?> <?= Helper\css('assets/css/font-awesome.min.css') ?> + <?= Helper\css('assets/css/jquery-ui-1.10.4.custom.css'); ?> <link rel="icon" type="image/png" href="assets/img/favicon.png"> <link rel="apple-touch-icon" href="assets/img/touch-icon-iphone.png"> @@ -58,4 +59,4 @@ </section> <?php endif ?> </body> -</html>
\ No newline at end of file +</html> |