some cleaning...
This commit is contained in:
@@ -71,13 +71,13 @@ $lang = array_merge($lang, array(
|
|||||||
'USER_MENU' => 'Benutzer Menü',
|
'USER_MENU' => 'Benutzer Menü',
|
||||||
'UM_LOG_ME_IN' => 'Mich bei jedem Besuch automatisch anmelden',
|
'UM_LOG_ME_IN' => 'Mich bei jedem Besuch automatisch anmelden',
|
||||||
'UM_HIDE_ME' => 'Meinen Online-Status während dieser Sitzung verbergen',
|
'UM_HIDE_ME' => 'Meinen Online-Status während dieser Sitzung verbergen',
|
||||||
'UM_MAIN_SUBSCRIBED'=> 'Benachrichtigungen verwalten',
|
'UM_MAIN_SUBSCRIBED' => 'Benachrichtigungen verwalten',
|
||||||
'UM_BOOKMARKS' => 'Lesezeichen verwalten',
|
'UM_BOOKMARKS' => 'Lesezeichen verwalten',
|
||||||
|
|
||||||
// statistics
|
// statistics
|
||||||
'ST_TOP' => 'Insgesamt',
|
'ST_TOP' => 'Insgesamt',
|
||||||
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt',
|
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt',
|
||||||
'ST_TOP_STICKYS'=> 'Wichtig insgesamt',
|
'ST_TOP_STICKYS' => 'Wichtig insgesamt',
|
||||||
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt',
|
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt',
|
||||||
|
|
||||||
// search
|
// search
|
||||||
|
|||||||
@@ -26,13 +26,13 @@ $user->setup('mods/lang_portal');
|
|||||||
|
|
||||||
$load_center = true;
|
$load_center = true;
|
||||||
|
|
||||||
if( is_dir( $phpbb_root_path . 'install_portal/' ) === TRUE )
|
if ( is_dir( $phpbb_root_path . 'install_portal/' ) === TRUE )
|
||||||
{
|
{
|
||||||
if( is_file( $phpbb_root_path . 'install_portal/install.php' ) === TRUE )
|
if ( is_file( $phpbb_root_path . 'install_portal/install.php' ) === TRUE )
|
||||||
{
|
{
|
||||||
include $phpbb_root_path . 'install_portal/install.php';
|
include $phpbb_root_path . 'install_portal/install.php';
|
||||||
|
|
||||||
if( version_compare( $current_version, $portal_config['portal_version'], '<=' ) === TRUE )
|
if ( version_compare( $current_version, $portal_config['portal_version'], '<=' ) === TRUE )
|
||||||
{
|
{
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_DISPLAY_GENERAL' => true,
|
'S_DISPLAY_GENERAL' => true,
|
||||||
@@ -53,7 +53,7 @@ if( is_dir( $phpbb_root_path . 'install_portal/' ) === TRUE )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( $load_center === TRUE )
|
if ( $load_center === TRUE )
|
||||||
{
|
{
|
||||||
if ($portal_config['portal_recent'])
|
if ($portal_config['portal_recent'])
|
||||||
{
|
{
|
||||||
@@ -240,7 +240,7 @@ if ($portal_config['portal_ads_small'])
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_DISPLAY_JUMPBOX' => $load_center, // SQL + ACP eklenecek
|
'S_DISPLAY_JUMPBOX' => $load_center,
|
||||||
'PORTAL_LEFT_COLLUMN' => $portal_config['portal_left_collumn_width'],
|
'PORTAL_LEFT_COLLUMN' => $portal_config['portal_left_collumn_width'],
|
||||||
'PORTAL_RIGHT_COLLUMN' => $portal_config['portal_right_collumn_width'],
|
'PORTAL_RIGHT_COLLUMN' => $portal_config['portal_right_collumn_width'],
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user