summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-09-10 18:48:15 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-09-10 18:48:15 +0200
commit6fd6da3e9d47d49b2cbfcb79e328e76494e74485 (patch)
tree652302167f64b367644abcaf8b807d135a481db6 /templates/main.php
parent7f0d20733bfa364f1f6ff4392fc576e0d1190808 (diff)
split up our css code into multiple files
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index fdd6b581..3f793cda 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -22,7 +22,7 @@ script('contacts', 'vendor/angular-bootstrap/ui-bootstrap-tpls.min');
script('contacts', 'vendor/jquery-timepicker/jquery.ui.timepicker');
// all styles
-style('contacts', 'public/style');
+style('contacts', 'style');
vendor_style('select2/select2');
?>