aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-05 19:38:39 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-05 19:38:39 +0000
commit56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c (patch)
treed2c5a5d44e466230c1d58f2f89686d81b1c4c055 /phpBB
parenteb272d253b96ba0508e0ae5783260fa09037a1a0 (diff)
downloadforums-56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c.tar
forums-56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c.tar.gz
forums-56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c.tar.bz2
forums-56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c.tar.xz
forums-56d9b50aa3efeb75d3d5f5a045cbb6776ce6395c.zip
Image name update
git-svn-id: file:///svn/phpbb/trunk@571 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index edc3ed9b7e..74754c5b12 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -38,11 +38,11 @@ include('includes/constants.'.$phpEx);
$url_images = "images";
$images['quote'] = "$url_images/quote.gif";
+$images['search_icon'] = "$url_images/search_icon.gif";
$images['edit'] = "$url_images/edit.gif";
$images['profile'] = "$url_images/profile.gif";
-$images['privmsg'] = "$url_images/icon_pm.gif";
+$images['privmsg'] = "$url_images/icon_privmsg.gif";
$images['email'] = "$url_images/email.gif";
-$images['pmsg'] = "$url_images/pm.gif";
$images['delpost'] = "$url_images/edit.gif";
$images['ip'] = "$url_images/ip_logged.gif";
$images['www'] = "$url_images/www_icon.gif";