impressum insataltion problem
Verfasst: 11.05.2006 11:53
hallo ,ich habe versucht ein impressum in phbpp einzufügen,aber es klappt nicht .kann das sein das die instalations beschreibeung vom impressumdas ich hier runter geladen habe, falsch ist? denn da sind bei admin / index.php zwei mal der gleiche schritt angezeigt ?
was soll ich machen damit ich ein imprssum instaöieren kann?
german: Öffne
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
# german: Finde (1.)
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;
#
#-----[ FIND ]------------------------------------------
#
# german: Finde (2.)
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;
was soll ich machen damit ich ein imprssum instaöieren kann?
german: Öffne
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
# german: Finde (1.)
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;
#
#-----[ FIND ]------------------------------------------
#
# german: Finde (2.)
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;