diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/include/datepicker.inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/include/datepicker.inc.tpl b/themes/default/template/include/datepicker.inc.tpl index 92cb8cbcd..de3918cb3 100644 --- a/themes/default/template/include/datepicker.inc.tpl +++ b/themes/default/template/include/datepicker.inc.tpl @@ -11,7 +11,7 @@ {/if} {html_head} -<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/js/ui/themes/ui.datepicker.css"> +<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/js/ui/theme/ui.datepicker.css"> {/html_head} <script type="text/javascript"> |