diff options
| author | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
| commit | da30c6c48e646efd38e8042370664115b99d6b1e (patch) | |
| tree | ba7d0e881f227296202b7a70bd5a313f51ee1909 /template/banner.st | |
| parent | 42150227b1f6fa6798862e0ef92e7ee3a8bcafc1 (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge Share indent
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> |
