path fixing (SYSTEM_ROOT.'inc/a' -> INCLUDE_DIR.'a')
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / modifier.preview.php
index 0ab2c373d809371e473e9f6fc0b41a02aff410a2..719314b1656b47f4cd1bef30259e4af075eefd40 100644 (file)
@@ -13,7 +13,7 @@ function smarty_modifier_preview($node_content)
                         $node_content=htmlspecialchars($node_content);
                 }
 
-                require(SYSTEM_ROOT.'/inc/htmlparse.inc');
+                require(INCLUDE_DIR.'htmlparse.inc');
                global $htmlparse;
                 htmlparse::htmlparse($node_content);
 
This page took 0.121271 seconds and 4 git commands to generate.