summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xerl/Page/Content.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index 6ec1a59..75b6264 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -116,6 +116,10 @@ sub _insertrules($$$) {
push @content, $got;
}
+ elsif ( lc $name eq 'includerun' ) {
+ push @content, $text;
+
+ }
elsif ( lc $name eq 'navigation' ) {
my $menus = $config->get_menuobj()->get_array();