diff options
| author | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
| commit | bb2e003f9f3362fca15272f527a6f87543ec1a21 (patch) | |
| tree | f52b0d778bdb7546224a947d43225c8e9e43aaf7 /template/head.st | |
| parent | 15f5a8ed8e981486697790fe9613b1c26dceda42 (diff) | |
add fav to permalinks, link to conextual domain for local testing, longer fadeout on fav, cleanup some html
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/template/head.st b/template/head.st index 3fd18c6..faca979 100644 --- a/template/head.st +++ b/template/head.st @@ -1,24 +1,25 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<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="keywords" content="dump.fm,hot girls, hot guys, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> <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="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> +<script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> +<script type="text/javascript" src="$domain$/static/js/pichat.js"></script> +<link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css"> $if(!user_nick)$ -<link href="http://dump.fm/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> +<link href="$domain$/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="http://dump.fm/static/css/admin.css" +<link rel="stylesheet" href="$domain$/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="http://dump.fm/static/js/admin.js" type="text/javascript"></script> +<script src="$domain$/static/js/admin.js" type="text/javascript"></script> $endif$ -<link rel="shortcut icon" href="http://dump.fm/static/favicon.ico"> +<link rel="shortcut icon" href="$domain$/static/favicon.ico"> <!--[if IE]> <script> |
