X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Fmodifier.preview.php;h=719314b1656b47f4cd1bef30259e4af075eefd40;hb=54bc377554f7dd7eca4de134a75306414aeb82cf;hp=0ab2c373d809371e473e9f6fc0b41a02aff410a2;hpb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;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);