diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-15 10:55:17 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-15 10:55:17 +0000 |
commit | 0d7b31e884068fc6fb84b2fbb09083cb1985cea6 (patch) | |
tree | e4a685212d387d3e950c8828c972fb9cd087b705 /phpBB/styles/subsilver2 | |
parent | f751aba4d6ffd0fa43a36ad54a5ed3cdb6a3ac9a (diff) | |
download | forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.gz forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.bz2 forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.tar.xz forums-0d7b31e884068fc6fb84b2fbb09083cb1985cea6.zip |
added subforum read/unread icons (thanks to thatbitextra for providing them).
fixed issue with forum passwords only alloweing ASCII in administration while allowing non-ASCII on user-entered passwords
git-svn-id: file:///svn/phpbb/trunk@7581 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/imageset/imageset.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/imageset/imageset.cfg b/phpBB/styles/subsilver2/imageset/imageset.cfg index a6713ce1ae..44f44007d7 100644 --- a/phpBB/styles/subsilver2/imageset/imageset.cfg +++ b/phpBB/styles/subsilver2/imageset/imageset.cfg @@ -81,6 +81,9 @@ img_global_unread_mine = announce_unread_mine.gif*18*19 img_global_unread_locked = announce_unread_locked.gif*18*19 img_global_unread_locked_mine = announce_unread_locked_mine.gif*18*19 +img_subforum_read = +img_subforum_unread = + img_pm_read = topic_read.gif*18*19 img_pm_unread = topic_unread.gif*18*19 |