diff options
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index e77e454..7bd71ec 100644 --- a/template/head.st +++ b/template/head.st @@ -10,6 +10,18 @@ $if(!user_nick)$ <link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> $endif$ + +$if(isadmin)$ +<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" + type="text/css" media="all" /> +<link rel="stylesheet" href="/static/css/admin.css" + type="text/css" media="all" /> +<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" + type="text/javascript"></script> +<script src="/static/js/admin.js" + type="text/javascript"></script> +$endif$ + <link rel="shortcut icon" href="/static/favicon.ico"> <script type="text/javascript"> </script> @@ -17,4 +29,4 @@ $endif$ <script> window.location.pathname = "/error/ie" </script> -<![endif]-->
\ No newline at end of file +<![endif]--> |
