diff options
| author | sostler <sbostler@gmail.com> | 2010-04-06 21:53:42 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-06 21:53:42 -0400 |
| commit | a0334eba97fb985ee290c11f6ee72196dbe889b0 (patch) | |
| tree | d348e857b04d4e47bfb7afb712c7bee70545a6cc /template/banner.st | |
| parent | a514554be0b15d937959af2d52c03da7eee3d60f (diff) | |
| parent | ab5e22770ce39adc94f444de18763a4b4674113a (diff) | |
Merge RM of static/help.html
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st index 9c6198c..02613c6 100755 --- a/template/banner.st +++ b/template/banner.st @@ -4,7 +4,6 @@ <div id="logoicons"> <div id="logo7"> <div align="center"><a href="/">dump.fm</a></div> - <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> @@ -14,16 +13,16 @@ $if(user_nick)$ - <a href="/log" ><img src="/static/text.gif"width="20px" height="20px"> Log</a> - <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/home4.gif"width="22px" height="22px" />$endif$ Profile</a> - <a href="/directory"><img src="/static/directory.gif"width="20px" height="20px" /> Directory</a> - <a href="/browser"><img src="/static/image_draw.gif"/> Image Search</a> + <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> + <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> + <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> + <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> $else$ <div id="registerlink"> -<a href="/register"><img src="/static/ako.gif"width="21px" height="21px" /> Register</a> +<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> </div> @@ -43,7 +42,7 @@ </div> $endif$ <div id="logout7" class="white"> - <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/door2.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$ + <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$ </div> </div> |
