mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaks
git-svn-id: file:///svn/phpbb/trunk@81 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -99,4 +99,18 @@ define('USERS_TABLE', $table_prefix.'users');
|
||||
define('WHOSONLINE_TABLE', $table_prefix.'whosonline');
|
||||
define('WORDS_TABLE', $table_prefix.'words');
|
||||
|
||||
$url_images = "images";
|
||||
$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_ip = "$url_images/ip_logged.gif";
|
||||
|
||||
$image_www = "$url_images/www_icon.gif";
|
||||
$image_icq = "$url_images/icq_add.gif";
|
||||
$image_aim = "$url_images/aim.gif";
|
||||
$image_yim = "$url_images/yim.gif";
|
||||
$image_msnm = "$url_images/msnm.gif";
|
||||
?>
|
||||
|
Reference in New Issue
Block a user