PERT20 / app /constantes.php
PerlaHM's picture
Agregado header y footer a todas las paginas
0824a25
raw
history blame contribute delete
165 Bytes
<?php include_once('inc/header.php');?>
<?php
define("MESSAGE","Happy Learning!");
echo MESSAGE;
?>
<?php include_once('inc/footer.php');?>