diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/template/profile.st b/template/profile.st index 6f3e5dc..bead3d1 100755 --- a/template/profile.st +++ b/template/profile.st @@ -1,3 +1,15 @@ +<!--/* + + // hump.fm + _oo\ + (__/ \ _ _ + \ \/ \/ \ + ( )\ + \_______/ \ + [[] [[] [[] [[] + [[] [[] [[] [[] + +--> <html> <head> <title>$nick$'s hump.fm</title> @@ -103,8 +115,8 @@ jQuery(document).ready(function() { </div> <div id="dashpix"> - <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> - <div id="mostrecentdumps"> + <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a> + <div id="mostrecenthumps"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> <div id="likebutton"> |
