summaryrefslogtreecommitdiff
path: root/template/profilenew.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profilenew.st')
-rwxr-xr-xtemplate/profilenew.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profilenew.st b/template/profilenew.st
index 8569921..8391cb1 100755
--- a/template/profilenew.st
+++ b/template/profilenew.st
@@ -40,7 +40,7 @@ jQuery(document).ready(function() {
$banner()$
<div id="posts" class="clickable clearfix">
- <div class="logged-dump">
+ <div class="logged-hump">
$if(avatar)$
<div id="dashavatar">
<img id="dashavatarPic" src="$avatar$"/>
@@ -90,7 +90,7 @@ jQuery(document).ready(function() {
$endif$
</div>
- <div class="logged-dump">
+ <div class="logged-hump">
<h2><a href="/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts &#10145;</a></h2>
<hr>
@@ -100,9 +100,9 @@ jQuery(document).ready(function() {
<a href="/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular &#10145;</h3></a>
</div>
- <div class="logged-dump">
+ <div class="logged-hump">
<a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a>
- <div class="logged-dump">
+ <div class="logged-hump">
$imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$
</div>