From 8d1d62919cfa79aac14319c1d0df5355345a0aac Mon Sep 17 00:00:00 2001 From: Daniel Hromada Date: Wed, 26 Jan 2011 22:55:08 +0100 Subject: [PATCH] You are right, backend.inc is the way to go --- wwwroot/inc/nodes.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/inc/nodes.inc b/wwwroot/inc/nodes.inc index e8ffb84..c799850 100644 --- a/wwwroot/inc/nodes.inc +++ b/wwwroot/inc/nodes.inc @@ -15,6 +15,8 @@ require_once(INCLUDE_DIR.'base36.inc'); } } + + function processContent_hack($node_content) { global $node; include_once(INCLUDE_DIR.'htmlparse.inc'); -- 2.30.2