diff options
| author | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
|---|---|---|
| committer | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
| commit | 0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (patch) | |
| tree | cc439742ebfd5e5976f54a68f687e79b01bd8f5c /template/single_message.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/single_message.st')
| -rwxr-xr-x | template/single_message.st | 8 |
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> </a> }$ + <img src="http://hump.fm/static/img/thumbs/heartfavedsm.gif"> + $dump.favers: { nick | <a href="http://hump.fm/$nick$/popular"><b>$nick$</b> </a> }$ </div> $single_message_share_buttons()$ </div> |
