Initial commit from online.
This commit is contained in:
19
admin/inc/variablen.php
Normal file
19
admin/inc/variablen.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Die Leeren Arrays erzeugen
|
||||
$dateien = array();
|
||||
$links = array();
|
||||
|
||||
// Das Array für die Inhaltsseite mit den entsprechenden Dateien füllen
|
||||
$dateien['fotos'] = "fotos.php";
|
||||
$dateien['angebote'] = "angebote.php";
|
||||
$dateien['gb'] = "gb.php";
|
||||
$dateien['kal'] = "kal.php";
|
||||
$dateien['preise'] = "preise.php";
|
||||
$dateien['will'] = "will.php";
|
||||
|
||||
// Das Array für die linke Navigation mit den entsprechenden Dateien füllen
|
||||
$links['fotos'] = "links/fotos.php";
|
||||
$links['kal'] = "links/kal.php";
|
||||
$links['preise'] = "links/preise.php";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user