summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
authorjake <jake@weareshellshock.com>2017-01-29 17:33:02 -0500
committerjake <jake@weareshellshock.com>2017-01-29 17:33:02 -0500
commit0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (patch)
treecc439742ebfd5e5976f54a68f687e79b01bd8f5c /template/single_message.st
parent249c70f9c44a81d5df54ff6e937599c27129930e (diff)
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/single_message.st')
-rwxr-xr-xtemplate/single_message.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/single_message.st b/template/single_message.st
index 872ff24..f3abb31 100755
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -15,7 +15,7 @@
<div id="profiletxt">
<a href="/$dump.nick$">
$if(dump.avatar)$
- <div style="border-image:url($dump.avatar$)">
+ <div style="border-image:url($dump.avatar$)">
<div id="avatarPic">
<img height="50" width="50" src="$dump.avatar$"></img>
</div>
@@ -24,14 +24,14 @@
$endif$
</a>
$dump.created_on$ - in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b>
-
+
</div>
<div class="content">$dump.content$</div>
<hr/>
<div class="faver-list">
<span class="dump_score">$dump.count$</span>
- <img src="http://dump.fm/static/img/thumbs/heartfavedsm.gif">
- $dump.favers: { nick | <a href="http://dump.fm/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
+ <img src="http://hump.fm/static/img/thumbs/heartfavedsm.gif">
+ $dump.favers: { nick | <a href="http://hump.fm/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
</div>
$single_message_share_buttons()$
</div>