Skip to content

Instantly share code, notes, and snippets.

@vimes1984
Created July 28, 2015 18:51
Show Gist options
  • Select an option

  • Save vimes1984/20310c53355aeee441f4 to your computer and use it in GitHub Desktop.

Select an option

Save vimes1984/20310c53355aeee441f4 to your computer and use it in GitHub Desktop.
<?php
include_once('cabezera.php');
?>
<body>
<?php
Include_once('menu.php');
?>
CONTENIDO DE LA PAGINA
<?php
include_once('piedepagina.php');
?>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment