diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/logged_dump.st | 20 | ||||
| -rw-r--r-- | template/xd_receiver.htm | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/template/logged_dump.st b/template/logged_dump.st deleted file mode 100755 index 3b8336a..0000000 --- a/template/logged_dump.st +++ /dev/null @@ -1,20 +0,0 @@ - -<div class="logged-dump" id="message-$dump.message_id$"> - <div>$dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b></div> - - <a href="/u/$dump.nick$"> - - <div id="logavatar"> - - $if(dump.avatar)$<img height="50" width="50" src="$dump.avatar$" /> - - $else$ - - <img height="50" width="50" src="/static/noinfo.png"> - - $endif$ - </div></a> - <div class="content">$dump.content$</div> - <hr /> - $share_buttons()$ -</div> diff --git a/template/xd_receiver.htm b/template/xd_receiver.htm deleted file mode 100644 index 3c63739..0000000 --- a/template/xd_receiver.htm +++ /dev/null @@ -1 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>xd</title></head><body><script src="http://static.ak.facebook.com/js/api_lib/v0.4/XdCommReceiver.js" type="text/javascript"></script></body></html>
\ No newline at end of file |
