Skip to content

Instantly share code, notes, and snippets.

@favrik
Created January 27, 2012 21:58
Show Gist options
  • Save favrik/1691155 to your computer and use it in GitHub Desktop.
Save favrik/1691155 to your computer and use it in GitHub Desktop.
SITIO BASICO 3ra Parte
<?php
$page_title = 'Mi Pagina Web';
require 'header.inc.php';
?>
<h1>Encabezado principal</h1>
<p>Informacion</p>
<?php
require 'footer.inc.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment