template_loader.php needs to include template.php
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 8 Aug 2011 02:18:15 +0000 (22:18 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 8 Aug 2011 02:18:15 +0000 (22:18 -0400)
views/template_loader.php

index 65c59b5ea3e4de371e1042079ad12e528fd8d5a7..daebfaa4bb599b91f36bd8373fcd683775de1cea 100644 (file)
@@ -16,6 +16,8 @@
 
 namespace hoplite\views;
 
+require_once HOPLITE_ROOT . '/views/template.php';
+
 /*!
   This class knows how to load and cache templates to the file system.
 */