diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/banner.st b/template/banner.st index c954584..d67e36d 100644 --- a/template/banner.st +++ b/template/banner.st @@ -13,7 +13,7 @@ <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="/$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> |
