Verfasst: 24.06.2005 12:02
forumbugtest.fo.funpic.de 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
define('PAGE_INTRO', -12);
define('PAGE_PORTAL', -13);
// Intro + Portal MOD END
Code: Alles auswählen
('PAGE_INTRO', -12); define('PAGE_PORTAL', -13);
Code: Alles auswählen
define('PAGE_GROUPCP', -11);// Intro + Portal MOD START
define('PAGE_INTRO', -14);
define('PAGE_PORTAL', -15);
// Intro + Portal MOD ENDdefine('PAGE_IMPRESSUM', -13);define('PAGE_STAFF', -22);
define('PAGE_TOPIC_OFFSET', 5000);
Code: Alles auswählen
define('PAGE_GROUPCP', -11);
// Intro + Portal MOD START
define('PAGE_INTRO', -14);
define('PAGE_PORTAL', -15);
// Intro + Portal MOD END
define('PAGE_IMPRESSUM', -13);
define('PAGE_STAFF', -22);
define('PAGE_TOPIC_OFFSET', 5000);
Code: Alles auswählen
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');// Intro + Portal MOD START
define('INTROPORTALMOD_TABLE', $table_prefix.'introportalmod');
// Intro + Portal MOD END
define('EVENTSLIST_TABLE', $table_prefix.'enventslist');?>
Code: Alles auswählen
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
// Intro + Portal MOD START
define('INTROPORTALMOD_TABLE', $table_prefix.'introportalmod');
// Intro + Portal MOD END
define('EVENTSLIST_TABLE', $table_prefix.'enventslist');
?>
Code: Alles auswählen
//
// Intro + Portal MOD START
if( $introportalmod_config['introportalmod_disable'] == "0" )
{
$template->assign_block_vars('switch_introportalmod_disable', array());
}
// Intro + Portal MOD END// Parse and show the overall header.
//
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header) ) ? 'overall_header.tpl' : 'simple_header.tpl')
);// Advanded Countdown Mod START
if ( defined('ON_INDEX') || defined('ON_PORTAL') )
Code: Alles auswählen
//
// Intro + Portal MOD START
if( $introportalmod_config['introportalmod_disable'] == "0" )
{
$template->assign_block_vars('switch_introportalmod_disable', array());
}
// Intro + Portal MOD END
// Parse and show the overall header.
//
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header) ) ? 'overall_header.tpl' : 'simple_header.tpl')
);
// Advanded Countdown Mod START
if ( defined('ON_INDEX') || defined('ON_PORTAL') )
Code: Alles auswählen
// Intro + Portal MOD END'L_ImpressumMOD1' => $lang['ImpressumMOD1'],
Code: Alles auswählen
// Intro + Portal MOD END
'L_ImpressumMOD1' => $lang['ImpressumMOD1'],
Code: Alles auswählen
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),'U_ImpressumMOD1' => append_sid('impressum.'.$phpEx),'U_STAFF' => append_sid('staff.'.$phpEx),
Code: Alles auswählen
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),
'U_ImpressumMOD1' => append_sid('impressum.'.$phpEx),
'U_STAFF' => append_sid('staff.'.$phpEx),