Skip to content

Instantly share code, notes, and snippets.

@marcogrueter
Created August 26, 2012 14:48
Show Gist options
  • Save marcogrueter/3480605 to your computer and use it in GitHub Desktop.
Save marcogrueter/3480605 to your computer and use it in GitHub Desktop.
includes stuff
/* tour1.php
<?php
$titel = 'Tour 1';
?>
include('pfad/zum/header.php');
/* dein seiten content /*
include('pfad/zum/footer.php');
/* header.php /*
//boilerplate header
<title><?php echo $titel; ?></title>
//boilerplate header
/* footer.php /*
//boilerplate footer, javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment