Created
July 6, 2012 19:31
-
-
Save 01-Scripts/3062302 to your computer and use it in GitHub Desktop.
Include 01-Gästebuch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
$subfolder = "01scripts/"; // Unterverzeichnis | |
$modul = "01gbook"; // Modul- und Verzeichnisname (=ID-Name), | |
// ggf. ändern | |
// Hier ggf. weitere Parameter einfügen | |
include($subfolder."01module/".$modul."/01gbook.php"); | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
// Weitere mögliche Parameter sind: | |
$_GET['gpage']= 2; // Ausgabe der 2. Seite | |
$flag_nocss = FALSE; // Setzen Sie $flag_nocss = TRUE; wenn kein CSS eingebunden werden soll | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment