summaryrefslogtreecommitdiffstats
path: root/pages/chat.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-18 01:32:14 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-18 01:32:14 -0700
commitc5175d4a06c993ff7f42c16178b6d4db49b7387e (patch)
treed8629d21c81c27fe2cb52b2e201285c3449d1e7c /pages/chat.php
parentaa2388203ebc2fad01b8280777e5a40de4fcc813 (diff)
downloadpathery-c5175d4a06c993ff7f42c16178b6d4db49b7387e.tar.xz
Wall orientation achievements - huge commit.
Diffstat (limited to 'pages/chat.php')
-rw-r--r--pages/chat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/chat.php b/pages/chat.php
index 5be6689..68a0abf 100644
--- a/pages/chat.php
+++ b/pages/chat.php
@@ -101,7 +101,7 @@ function getChatDone(data) {
p = '';
p = p+ " <div class='chatColumn1'>";
p = p+ " <span class='chatTimestamp' title='"+timestampDetails+"'>["+timestamp+"]</span>";
- p = p+ " <div class='grid_td chatBadge' style='float:left; width:35px; height:35px; background:"+chat.wallColor+" url(images/marks/"+chat.wallEmblem+");'>";
+ p = p+ " <div class='grid_td chatBadge' style='float:left; width:35px; height:35px; background:"+chat.wallColor+" url("+linkEmblem(chat.wallEmblem, chat.wallOrientation)+");'>";
p = p+ " <div style='background-color:transparent;' class='grid_td_inner grid_td_rocks'>";
p = p+ " </div>";
p = p+ " </div>";