diff options
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |
