diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-14 16:22:46 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-14 16:22:46 -0500 |
| commit | 9e15175efa7d056d27e94e15116b2a34dbe92346 (patch) | |
| tree | 09c3442be57ade63412e4ca461f9b5ce70e455d6 /template/head.st | |
| parent | 2041ed45c75ded3b0f7b6c5e6536dc262406b0d1 (diff) | |
| parent | 789ed39751c17fa1aa73f3119a80403e34f0d984 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index 2cfd6cb..66be7c1 100644 --- a/template/head.st +++ b/template/head.st @@ -2,6 +2,8 @@ <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> +<script type="text/javascript" src="/static/js/jquery-1.4.2.min.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"> @@ -10,8 +12,6 @@ $if(!user_nick)$ <link href="$domain$/static/css/front.css" media="screen, projection" rel="stylesheet" type="text/css"> <script type="text/javascript" src="$domain$/static/js/popup.js"></script> - - $endif$ $if(isadmin)$ |
