diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
| commit | bb6c557b0ec2c154d4da7aa3b291eebe942b9046 (patch) | |
| tree | 06be29104d80a5533ec76eb9693ce52cae802438 /template/profile.st | |
| parent | a136333cfc240a9fa7a76e44344dd6dd6eaade96 (diff) | |
Deleted static files, updated css
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 6 |
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$ |
