1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Mass lock/unlock done. Locked topic handling in viewforum

git-svn-id: file:///svn/phpbb/trunk@589 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-07-06 21:54:33 +00:00
parent 977503911a
commit fd2ec7fad5
5 changed files with 67 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ $images['posticon'] = "$url_images/posticon.gif";
$images['folder'] = "$url_images/folder.gif";
$images['new_folder'] = "$url_images/red_folder.gif";
$images['latest_reply'] = "$url_images/latest_reply.gif";
$images['locked_folder'] = "$url_images/folder_lock.gif";
include('includes/template.inc');