| 
<?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: header.html.php 2013-02-04 pierrehs $
 */
 
 namespace pH7;
 defined('PH7') or exit('Restricted access');
 ?>
 <!doctype html>
 <html lang="en">
 <head>
 <meta charset="utf-8">
 <title>Smiles Example - pH7 Class</title>
 <link rel="shortcut icon" href="<?php echo PH7_URL_STATIC . PH7_IMG ?>icon/favicon.ico" />
 <link rel="stylesheet" href="<?php echo PH7_URL_STATIC . PH7_CSS ?>style.css" />
 </head>
 
 <body>
 
 <div class="center">
 
 |