Installation Intro + Portal
Verfasst: 19.03.2007 13:57
Hallo Leute,
ich hab ein kleineres Verständnisproblem.
Ich möchte gerade das Portal installieren und in der Anleitung steht folgerndes:
# german: Öffne
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
Aber die beiden Passagen die ich finden soll, kommen in der admin/index.php 2 x vor, welche muss ich denn korrigieren?
ich hab ein kleineres Verständnisproblem.
Ich möchte gerade das Portal installieren und in der Anleitung steht folgerndes:
# german: Öffne
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
Aber die beiden Passagen die ich finden soll, kommen in der admin/index.php 2 x vor, welche muss ich denn korrigieren?