includes/functions.php
changeset 1379 5cbd678df965
parent 1373 851b91febb85
child 1381 6b25c6bfd246
--- a/includes/functions.php	Wed Aug 21 22:50:34 2013 -0400
+++ b/includes/functions.php	Wed Aug 21 23:11:58 2013 -0400
@@ -1004,6 +1004,8 @@
 {
 	global $db, $session, $paths, $template, $plugins; // Common objects
 	
+	require_once(ENANO_ROOT . '/includes/template.php');
+	
 	if ( !defined('scriptPath') )
 		require( ENANO_ROOT . '/config.php' );