diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st index 468deac..f46ef5d 100755 --- a/template/profile.st +++ b/template/profile.st @@ -40,7 +40,7 @@ jQuery(document).ready(function() { $if(avatar)$ <div id="dashtotal"style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div> $else$ - <div id="dashtotal"style="background-image:url($domain$/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> + <div id="dashtotal"style="background-image:url(/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> $endif$ $banner()$ @@ -52,7 +52,7 @@ jQuery(document).ready(function() { <img id="dashavatarPic" src="$avatar$"/> </div> $else$ - <img id="avatarPic" src="$domain$/static/img/noinfo.png"> + <img id="avatarPic" src="/static/img/noinfo.png"> $endif$ @@ -66,7 +66,7 @@ jQuery(document).ready(function() { $if(is_home)$ <div id="avatar-editing" style="display: none"> <input id="uploadp" value="Upload Icon" type="submit"> - <img id="spinner" src="$domain$/static/img/spinner.gif" style="display: none" /> + <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ <div id="dashinfo"> @@ -75,7 +75,7 @@ jQuery(document).ready(function() { $if(contact)$ <div id="contact" class="linkify-text">$contact$</div> $else$ - <img id="contact" src="$domain$/static/img/noinfo.png"> + <img id="contact" src="/static/img/noinfo.png"> $endif$ <br> <h3>bio</h3> |
