Skip to content

Instantly share code, notes, and snippets.

@01-Scripts
Created July 6, 2012 14:15
Show Gist options
  • Save 01-Scripts/3060414 to your computer and use it in GitHub Desktop.
Save 01-Scripts/3060414 to your computer and use it in GitHub Desktop.
Include 01-Gallery
<?PHP
$subfolder = "01scripts/"; // Unterverzeichnis
$modul = "01gallery"; // Modul- und Verzeichnisname (=ID-Name),
// ggf. ändern
// Hier ggf. weitere Parameter einfügen
include($subfolder."01module/".$modul."/01gallery.php");
?>
<?PHP
// Weitere mögliche Parameter sind:
$galid = 1; // Geben Sie hier die ID der Galerie an, die direkt angezeigt werden soll.
$flag_breadcrumps = TRUE; // Setzen Sie $flag_breadcrumps = FALSE; wenn keine Albentitel angezeigt werden sollen
$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