Enabled Smarty from DB... This needs lots of improvements (especialy modifying templa...
authorHarvie <tomas@mudrunka.cz>
Mon, 29 Nov 2010 00:45:15 +0000 (01:45 +0100)
committerHarvie <tomas@mudrunka.cz>
Mon, 29 Nov 2010 00:45:15 +0000 (01:45 +0100)
wwwroot/nodes.php

index e2dcd267047267baa2063f7ba5c4d2c6fb568645..a3ddbc614b757ef6f539b13ec0af2f892fd4e53a 100644 (file)
@@ -30,7 +30,7 @@ if ($_SESSION['debugging']) {
 
 //Smarty from DB
 $smarty_resource = 'kyberia:';
-$smarty_resource = ''; //same as 'file:' (fallback)
+//$smarty_resource = ''; //same as 'file:' (fallback)
 
 //Path info (Experimental - this replaced most of mod_rewrites...)
 @$PATH_INFO=trim($_SERVER[PATH_INFO]);
This page took 0.094324 seconds and 4 git commands to generate.