From 3f11845c99dcf875b3c60123ab9bea255256da39 Mon Sep 17 00:00:00 2001 From: JQ Date: Sun, 7 May 2017 18:30:46 +0500 Subject: [PATCH] Revert "Initialize Timber correctly" --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1581aed..021f734 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ ini_set('display_startup_errors', TRUE); require_once __DIR__ . '/vendor/autoload.php'; -$timber = new \Timber\Timber(); +use Timber; class StarterSite extends Timber\Site { function __construct() {