diff options
| -rw-r--r-- | template/head.st | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/template/head.st b/template/head.st index e6ce63a..3fd18c6 100644 --- a/template/head.st +++ b/template/head.st @@ -2,27 +2,26 @@ <meta name="keywords" content="dump.fm,mortgage, dating, hot girls, hot guys, debt solutions, get rich quick,buy gold,free stuff, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board,credit,"> <meta name="description" content="dump.fm - Talk with pictures!" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> -<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -<script type="text/javascript" src="/static/js/pichat.js"></script> +<script type="text/javascript" src="http://dump.fm/static/js/jquery-ui-1.8.effects.min.js"></script> +<script type="text/javascript" src="http://dump.fm/static/js/pichat.js"></script> $if(!user_nick)$ -<link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> +<link href="http://dump.fm/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" +<link rel="stylesheet" href="http://dump.fm/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> +<script src="http://dump.fm/static/js/admin.js" type="text/javascript"></script> $endif$ -<link rel="shortcut icon" href="/static/favicon.ico"> -<script type="text/javascript"> -</script> +<link rel="shortcut icon" href="http://dump.fm/static/favicon.ico"> + <!--[if IE]> <script> -window.location.pathname = "/error/ie" +window.location.pathname = "http://dump.fm/error/ie" </script> <![endif]--> |
