summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
commit4aaeea62170be62bb7dfef953a7b0b447196e18a (patch)
treecc285c7472b99ee2b109b48b04ad20db96b2fd86 /template/profile.st
parentc4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff)
Added PROD changes
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st
index b5d3f38..9f085c6 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -32,8 +32,9 @@
$if(dumps)$
$dumps:{ d | $logged_dump(dump=d)$ }$
-
-
+ <div id="lolbanner">
+ <img src="/static/welcomebanner.gif">
+ </div>
<div id="profile">
<h2>$nick$</h2>
@@ -45,8 +46,8 @@
$endif$
$if(is_home)$
- <div id="avatar" class="editable">$avatar$</div>
- <input id="upload" value="Upload" type="submit">
+ <input id="upload" value="Upload Icon" type="submit">
+
<img id="spinner" src="/static/spinner.gif" style="display: none" />
$endif$