Show locked threads

This commit is contained in:
Savetheinternet
2011-01-02 22:30:30 +11:00
parent 5c094429d7
commit 97e927bef9
4 changed files with 7 additions and 3 deletions

View File

@@ -127,6 +127,7 @@
// Static images
// These can be URLs OR base64 (data URI scheme)
define('IMAGE_STICKY', ROOT . DIR_STATIC . 'sticky.gif', true);
define('IMAGE_LOCKED', ROOT . DIR_STATIC . 'locked.gif', true);
define('DELETED_IMAGE', ROOT . DIR_STATIC . 'deleted.png', true);
define('ZIP_IMAGE', ROOT . DIR_STATIC . 'zip.png', true);