diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st index 45dbb32..25ea88f 100755 --- a/template/profile.st +++ b/template/profile.st @@ -24,7 +24,7 @@ <a href="/u/$nick$/$prev$">PREV DUMPS</a> $endif$ - $if(dumps)$ + $if(next)$ <a href="/u/$nick$/$next$">MORE DUMPS</a> $endif$ </div> @@ -38,16 +38,15 @@ To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> $endif$ <p> </p> + - <span style="border: 2px solid blue; background-color: gray"> $if(prev)$ <a href="/u/$nick$/$prev$">PREV DUMPS</a> - $endif$ + $endif$ - $if(dumps)$ + $if(next)$ <a href="/u/$nick$/$next$">MORE DUMPS</a> $endif$ - </span> <br><br> |
