diff options
| author | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
| commit | 3bd50c842e97efe87e885c3b28ad270ea390f598 (patch) | |
| tree | 9f48722998f3a187980b3ae337d629faf61dfb46 /template | |
| parent | c04b95ccd49a8899f7cd00224c7a2e0f7cb12e7b (diff) | |
| parent | d1d6436be3cc29d5ae47f6d129980c382365584b (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
| -rw-r--r-- | template/chat.st | 4 | ||||
| -rw-r--r-- | template/profile.st | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/chat.st b/template/chat.st index 422c640..8a02ccd 100644 --- a/template/chat.st +++ b/template/chat.st @@ -49,7 +49,7 @@ $users: { u | $if(u.avatar)$ <img src="$u.avatar$" width="50" height="50"> $else$ - <img src="/static/noinfo.png"> + <img src="/static/img/noinfo.png"> $endif$ $u.nick$</a><br> </div> @@ -110,4 +110,4 @@ $footer()$ </div> $preload()$ </body> -</html>
\ No newline at end of file +</html> diff --git a/template/profile.st b/template/profile.st index 2a65b36..1e7ee06 100644 --- a/template/profile.st +++ b/template/profile.st @@ -31,11 +31,11 @@ <div id="profile"> <h2>$nick$</h2> - + <div id="adminmute"> $if(isadmin)$ <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> $endif$ - +</div> $if(avatar)$ <img id="avatarPic" src="$avatar$" width="150px"/> $else$ |
