mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- correct path locations for avatars/smilies
- close <i> tags in faq git-svn-id: file:///svn/phpbb/trunk@4945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -659,7 +659,7 @@ $lang += array(
|
||||
'MAX_AVATAR_SIZE' => 'Maximum Avatar Dimensions',
|
||||
'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
|
||||
'AVATAR_STORAGE_PATH' => 'Avatar Storage Path',
|
||||
'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars',
|
||||
'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars/upload',
|
||||
'AVATAR_GALLERY_PATH' => 'Avatar Gallery Path',
|
||||
'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery',
|
||||
);
|
||||
@@ -682,7 +682,7 @@ $lang += array(
|
||||
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.',
|
||||
'ENABLE_GZIP' => 'Enable GZip Compression',
|
||||
'SMILIES_PATH' => 'Smilies storage path',
|
||||
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies',
|
||||
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smiles',
|
||||
'ICONS_PATH' => 'Post icons storage path',
|
||||
'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons',
|
||||
'UPLOAD_ICONS_PATH' => 'Extension group icons storage path',
|
||||
|
Reference in New Issue
Block a user