diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
| commit | ccd0ddba1df405b6560821903bfa820bf4c54d10 (patch) | |
| tree | 19d0e048613cb7227deaadcf682a047db06f049a /template/head.st | |
| parent | 663766fb5e0b53c465f5277ea561cca1399521ed (diff) | |
add updating fav counts
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index f6bcdb0..66276e2 100644 --- a/template/head.st +++ b/template/head.st @@ -7,7 +7,10 @@ <!-- <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"> -<script>Domain = "$domain$"</script> +<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$ |
