summaryrefslogtreecommitdiff
path: root/Xerl/Page/Content.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl/Page/Content.pm')
-rw-r--r--Xerl/Page/Content.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index fa9b5ad..1f006b7 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -117,8 +117,9 @@ sub _insertrules($$$) {
}
elsif ( lc $name eq 'includerun' ) {
- my $contentpath = $config->get_contentpath();
- push @content, $contentpath;
+ my $scriptpath = $config->get_contentpath() . $text;
+
+ push @content, $scriptpath;
}
elsif ( lc $name eq 'navigation' ) {