Template:Header
From 2012e.igem.org
(Difference between revisions)
(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 ...") |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | |||
<?php | <?php | ||
- | + | ||
+ | |||
* HEADER | * HEADER | ||
* | * | ||
Line 56: | Line 59: | ||
<div id="dynamic-content" class="outline"> | <div id="dynamic-content" class="outline"> | ||
<?php endif;?> | <?php endif;?> | ||
+ | |||
+ | </html> |
Latest revision as of 17:48, 25 May 2012
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 ?> >
>