diff options
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index 0e59539..66be7c1 100644 --- a/template/head.st +++ b/template/head.st @@ -10,7 +10,7 @@ <script>Domain = "$domain$"</script> $if(!user_nick)$ -<link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> +<link href="$domain$/static/css/front.css" media="screen, projection" rel="stylesheet" type="text/css"> <script type="text/javascript" src="$domain$/static/js/popup.js"></script> $endif$ |
