summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/profile.st b/template/profile.st
index 9304d7e..a50a4d5 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -28,7 +28,7 @@
<div id="cats">
$if(dumps)$
<div id="lolbanner">
- <img src="/static/welcomebanner.gif">
+ <img src="/static/img/welcomebanner.gif">
</div>
$dumps:{ d | $profile_dump(dump=d)$ }$
@@ -38,7 +38,7 @@
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$
- <img id="avatarPic"><img src="/static/noinfo.png">
+ <img id="avatarPic"><img src="/static/img/noinfo.png">
$endif$
$if(is_home)$
@@ -97,7 +97,7 @@
<div id="avatar-editing">
<div id="avatar" class="editable">$avatar$</div>
<input id="upload" value="Upload Icon" type="submit">
- <img id="spinner" src="/static/spinner.gif" style="display: none" />
+ <img id="spinner" src="/static/img/spinner.gif" style="display: none" />
</div>
$endif$