mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Image name update
git-svn-id: file:///svn/phpbb/trunk@571 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eb272d253b
commit
56d9b50aa3
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue