Created
January 27, 2012 21:58
-
-
Save favrik/1691155 to your computer and use it in GitHub Desktop.
SITIO BASICO 3ra Parte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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