diff options
| author | sostler <sbostler@gmail.com> | 2010-05-23 03:32:59 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-23 03:32:59 -0400 |
| commit | a8fe35fcf494f3e7a19418ee614347e198c58177 (patch) | |
| tree | b3dc49470337e570e5a6aee8307a11e60ca571a3 /template | |
| parent | 1828cc863d271ec1935b9917357dafb695469f6b (diff) | |
| parent | 7a22e6b6470d058c3eb7f12c2cb6db9d2de3bde7 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
| -rw-r--r-- | template/banner.st | 2 | ||||
| -rw-r--r-- | template/profile.st | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/template/banner.st b/template/banner.st index a6be087..ef40476 100644 --- a/template/banner.st +++ b/template/banner.st @@ -20,7 +20,7 @@ $else$ -<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> +<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Join the Conversation!</a> $endif$ diff --git a/template/profile.st b/template/profile.st index 5af9793..61be826 100644 --- a/template/profile.st +++ b/template/profile.st @@ -80,13 +80,6 @@ </div> $else$ - - - <div id="lolbanner"> - <img src="/static/img/welcomebanner.gif"> - </div> - - <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> <div> $nick$'s first dump.fm post! |
