not in use
This commit is contained in:
18
header.php
18
header.php
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Third party plugins that hijack the theme will call wp_head() to get the header template.
|
||||
* We use this to start our output buffer and render into the view/page-plugin.twig template in footer.php
|
||||
*
|
||||
* If you're not using a plugin that requries this behavior (ones that do include Events Calendar Pro and
|
||||
* WooCommerce) you can delete this file and footer.php
|
||||
*/
|
||||
|
||||
global $params;
|
||||
$templates = array('header.twig');
|
||||
|
||||
$context = Timber::context();
|
||||
//$GLOBALS['timberContext'] = Timber::context();
|
||||
//ob_start();
|
||||
|
||||
|
||||
Timber::render( $templates, $context );
|
||||
Reference in New Issue
Block a user