summaryrefslogtreecommitdiff
path: root/template/head_edge.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/head_edge.st')
-rw-r--r--template/head_edge.st33
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]-->