PHP Classes

File: examples/includes/head.i.php

Recommend this page to a friend!
  Classes of Barton Phillips   Simple Site Class   examples/includes/head.i.php   Download  
File: examples/includes/head.i.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple Site Class
Simple Site Class
Author: By
Last change:
Date: 3 months ago
Size: 266 bytes
 

Contents

Class file image Download
<?php
return <<<EOF
<!-- Example Head -->
<head>
$h->title
$h->base
$h->viewport
$h->charset
$h->copyright
$h->author
$h->desc
$h->keywords
$h->meta
$h->canonical
$h->favicon
$h->defaultCss
$h->link
$jQuery
$h->extra
$h->script
$h->inlineScript
$h->css
</head>
EOF;