X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Fmodifier.preview.php;h=b44f6eb17f638fefbbef35c3d86561fd159cdaf2;hb=229a00474645760cb16603d172f13d6270d9200d;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..b44f6eb 100644 --- a/wwwroot/inc/smarty/node_methodz/modifier.preview.php +++ b/wwwroot/inc/smarty/node_methodz/modifier.preview.php @@ -13,9 +13,9 @@ 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); + htmlparser::htmlparse($node_content); if (!empty($htmlparse)) { $error=$htmlparse;