diff options
| author | Jules Laplace <jules@okfoc.us> | 2012-07-18 01:29:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2012-07-18 01:29:21 -0400 |
| commit | f258d3422aa407713ff867afb9b396536e9dbdff (patch) | |
| tree | 319de428446fe46fdbff133fe78cdf57f3a413b2 /template/head_edge.st | |
| parent | 6a42d5728ced2ff42a234c72b173fa4889c64bb7 (diff) | |
special template for atrium
Diffstat (limited to 'template/head_edge.st')
| -rw-r--r-- | template/head_edge.st | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/template/head_edge.st b/template/head_edge.st new file mode 100644 index 0000000..36079a5 --- /dev/null +++ b/template/head_edge.st @@ -0,0 +1,33 @@ +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps"> +<meta name="description" content="dump.fm - Talk with pictures!" /> +<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> +<link rel="shortcut icon" href="http://dump.fm/static/favicon.ico"> +<link rel="image_src" href="http://dump.fm/static/img/thumbs/heartover.gif" > +<!-- <script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> --> +<script type="text/javascript" src="$domain$/static/js/pichat2.js"></script> +<link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css"> +<script> + Domain = "$domain$"; + Nick = $if(user_nick)$"$user_nick$"$else$null$endif$; +</script> +$if(!user_nick)$ +<script type="text/javascript" src="$domain$/static/js/popup.js"></script> +$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="$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="$domain$/static/js/admin.js" type="text/javascript"></script> +$endif$ + +<link rel="shortcut icon" href="$domain$/static/favicon.ico"> + +<!--[if IE]> +<script> +window.location = "http://dump.fm/error/ie"; +</script> +<![endif]--> |
