Skip to content

Instantly share code, notes, and snippets.

@01-Scripts
Created September 25, 2012 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 01-Scripts/3783878 to your computer and use it in GitHub Desktop.
Save 01-Scripts/3783878 to your computer and use it in GitHub Desktop.
Archiv includen
<?PHP
$subfolder = "01scripts/"; // Unterverzeichnis
$modul = "01article"; // Modul- und Verzeichnisname (=ID-Name)
// ggf. ändern
$show['artid'] = "archiv";
include($subfolder."01module/".$modul."/01article.php");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment