some cleaning...

This commit is contained in:
Kevin
2008-01-30 17:25:32 +00:00
parent 1c3fc59bbc
commit 598d61535a
2 changed files with 118 additions and 118 deletions

View File

@@ -71,13 +71,13 @@ $lang = array_merge($lang, array(
'USER_MENU' => 'Benutzer Menü',
'UM_LOG_ME_IN' => 'Mich bei jedem Besuch automatisch anmelden',
'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',
// statistics
'ST_TOP' => 'Insgesamt',
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt',
'ST_TOP_STICKYS'=> 'Wichtig insgesamt',
'ST_TOP_STICKYS' => 'Wichtig insgesamt',
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt',
// search

View File

@@ -26,13 +26,13 @@ $user->setup('mods/lang_portal');
$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';
if( version_compare( $current_version, $portal_config['portal_version'], '<=' ) === TRUE )
if ( version_compare( $current_version, $portal_config['portal_version'], '<=' ) === TRUE )
{
$template->assign_vars(array(
'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'])
{
@@ -240,7 +240,7 @@ if ($portal_config['portal_ads_small'])
*/
$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_RIGHT_COLLUMN' => $portal_config['portal_right_collumn_width'],
));