From 231c945e35ea8550bf2e1acbe79e125b9e69db61 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Mon, 5 Mar 2001 01:40:39 +0000 Subject: More work on viewtopic, still needs SQL tweeking (normal ranks arn't working) git-svn-id: file:///svn/phpbb/trunk@82 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/config.php') diff --git a/phpBB/config.php b/phpBB/config.php index b6cefb27d3..43dab2004c 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -105,6 +105,8 @@ $image_quote = "$url_images/quote.gif"; $image_edit = "$url_images/edit.gif"; $image_profile = "$url_images/profile.gif"; $image_email = "$url_images/email.gif"; +$image_pmsg = "$url_images/pm.gif"; +$image_delpost = "$url_images/edit.gif"; $image_ip = "$url_images/ip_logged.gif"; -- cgit v1.2.1