PHP Classes

File: template/header.html.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Emoticon Parser   template/header.html.php   Download  
File: template/header.html.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: PHP Emoticon Parser
Replace emoticon text by HTML image tags
Author: By
Last change: Update of template/header.html.php
Date: 3 months ago
Size: 739 bytes
 

Contents

Class file image Download
<?php
/**
 * @package pH7
 * @author SORIA Pierre-Henry
 * @email pierrehs@hotmail.com
 * @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">