diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
| commit | 7ee071fd5909b5bded7eb141e0973f264daa60f1 (patch) | |
| tree | ffb91173bc692b27823baf2451af134314725b66 /template | |
| parent | 102739f9c4f0d31b9ce130de1e19fd5a99bc1fd6 (diff) | |
| parent | a56999f4bfc6d12c34f9fb7201b6f86e537a5207 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
| -rw-r--r-- | template/chat_help_bubbles.st | 2 | ||||
| -rw-r--r-- | template/profile.st | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st index 5505c01..ab8218f 100644 --- a/template/chat_help_bubbles.st +++ b/template/chat_help_bubbles.st @@ -1,9 +1,7 @@ <div id="newuserwrap"> -<div id="bubblerapper"> <div id="posthelp"><img src="/static/img/furie6.png"></div> <div id="webcamhelp"><img src="/static/img/furie5.png"></div> <a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a> -</div> <script> jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 100000 ) }) </script> diff --git a/template/profile.st b/template/profile.st index 8e3b834..0fe12c9 100644 --- a/template/profile.st +++ b/template/profile.st @@ -155,7 +155,7 @@ $share_buttons()$ <br> - <a href="/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> + <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> <div id="date"> <div type="text" id="datepicker"></div></div> |
