Template:Header
From 2012e.igem.org
(Difference between revisions)
Adi25 (Talk | contribs)
(Created page with "<?php /** * HEADER * * This file controls the HTML <head> and top graphical markup (including * Navigation) for each page in your theme. You can control what shows up where ...")
Newer edit →
(Created page with "<?php /** * HEADER * * This file controls the HTML <head> and top graphical markup (including * Navigation) for each page in your theme. You can control what shows up where ...")
Newer edit →
Revision as of 17:48, 25 May 2012
<?php /**
* HEADER * * This file controls the HTML <head> and top graphical markup (including * Navigation) for each page in your theme. You can control what shows up where * using WordPress and PageLines PHP conditionals. * * @package PageLines Framework * @since 1.0 * * @link http://www.pagelines.com/ * @link http://www.pagelines.com/tour * * @author PageLines http://www.pagelines.com/ * @copyright Copyright (c) 2008-2012, PageLines hello@pagelines.com * * @internal last revised January 23, 2012 * @version ... * * @todo Define version */
pagelines_register_hook('pagelines_before_html'); // Hook ?><!DOCTYPE html> >
>