diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:54:16 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:54:16 -0400 |
| commit | 8bd14cf5d2acb1e3c50b6f9e9eaa3fddc3e36b71 (patch) | |
| tree | 98310a622b41ee5a9ca0a3b96eea034aa958ef51 /template | |
| parent | e6fc8fe57e0ad75313f839fe60a5bb442f7954fb (diff) | |
Add http://dump.fm to static content links
Diffstat (limited to 'template')
| -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]--> |
