summaryrefslogtreecommitdiff
path: root/Xerl/Page
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:37:17 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-27 12:37:17 +0200
commit3afd83931e4ba206f7c8783b0db36b87be09771a (patch)
tree3a9a896a9b6b883f51018897ffd352a974dc7224 /Xerl/Page
parent4b1c7d3bdc6c950ad334bf4cdf88815456a99b85 (diff)
Familiarity breeds contempt -- and children.
-- Mark Twain
Diffstat (limited to 'Xerl/Page')
-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();