diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
| commit | c2a5a2795567cec7adbf1659348c1c3663759759 (patch) | |
| tree | 7832c61b83bce339590b31d4754a003a09ff5ecc /template/banner.st | |
| parent | 7f0c913523633b6e0a1a04981d28a10758bd4c63 (diff) | |
timb committing buch of prod changes...
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/template/banner.st b/template/banner.st index b58a2b5..5f396bc 100755 --- a/template/banner.st +++ b/template/banner.st @@ -12,22 +12,20 @@ <div style="float: left;"> <div align="center"> $if(user_nick)$ - <ul id="banner-menu"> - <li><div id="lastli"><a href="/">.</a></div></li> - <li><a href="/log"><img src="/static/text.gif" > Log</a></li> - <li><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></li> - <li><a href="/directory"><img src="/static/directory.gif"width="20px" height="20px" /> Directory</a></li> - <li><a href="/browser"><img src="/static/image_draw.gif"/> Image Search</a></li> - </ul> + + + <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> + $else$ - <ul id="banner-menu"> - <li><div id="lastli"><a href="/">.</a></div></li> - <li><a href="/register"><img src="/static/answer_good.gif" />Register</a></li> +<a href="/register"><img src="/static/answer_good.gif"width="20px" height="20px" />Register</a> + - </ul> $endif$ </div> |
