Ajout du FR
Ajout du FR + correction du "functions.php"
This commit is contained in:
16
ext/planetstyles/flightdeck/language/en/info_acp_style.php
Normal file
16
ext/planetstyles/flightdeck/language/en/info_acp_style.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_STYLE_SETTINGS_TITLE' => 'Flight Deck (Control Panel)',
|
||||
'ACP_STYLE_SETTINGS_SETTINGS' => 'Theme Settings',
|
||||
));
|
||||
Reference in New Issue
Block a user