| 
<?php/**
 * @package     pH7
 * @author      SORIA Pierre-Henry
 * @email       [email protected]
 * @link        http://github.com/pH-7
 * @copyright   (c) 2012-2013, Pierre-Henry Soria. All Rights Reserved.
 * @license     CC-BY - http://creativecommons.org/licenses/by/3.0/
 * @version     $Id: index.html.php 2013-02-04 pierrehs $
 */
 
 namespace pH7;
 defined('PH7') or exit('Restricted access');
 ?>
 <?php require PH7_PATH_TPL . 'header.html.php'; ?>
 
 <?php echo $sOutput; ?>
 
 <?php require PH7_PATH_TPL . 'footer.html.php'; ?>
 
 |