X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Fmodifier.preview.php;fp=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Fmodifier.preview.php;h=719314b1656b47f4cd1bef30259e4af075eefd40;hb=e909f81b8c7e4413f5788b36d8fbf2409ac11f46;hp=0ab2c373d809371e473e9f6fc0b41a02aff410a2;hpb=12824f2c472ce7c2e3586b1eb9d92a36fcbf86c2;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/modifier.preview.php b/wwwroot/inc/smarty/node_methodz/modifier.preview.php index 0ab2c37..719314b 100644 --- a/wwwroot/inc/smarty/node_methodz/modifier.preview.php +++ b/wwwroot/inc/smarty/node_methodz/modifier.preview.php @@ -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);