diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index 9c77069..e3f8f44 100755 --- a/template/profile.st +++ b/template/profile.st @@ -26,9 +26,14 @@ </div> <br> <div id="posts"> + <div id="cats"> $if(dumps)$ + <div id="lolbanner"> + <img src="/static/welcomebanner.gif"> + </div> + $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$ <div id="profile"> @@ -64,7 +69,7 @@ $if(is_home)$ <br> - <div id="edit-toggle"><a href="#">--> Edit your information <--</a></div> + <div id="edit-toggle"><a href="#">edit profile</a></div> $endif$ <br> |
