X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Flib%2Fsite%2Fwrapper.tt2;h=b6431c5ed9853a60413e6119b1107bce8c6d496d;hb=d9e0bd63f3f0522b4eaebe7d525048570fe43ef6;hp=6da016bffd2c9e070dc84d20bcfbdf71a814ac3d;hpb=b1a7289bb7acbb4e911b62557acb7812492d90d5;p=ndwebbie.git diff --git a/root/lib/site/wrapper.tt2 b/root/lib/site/wrapper.tt2 index 6da016b..b6431c5 100644 --- a/root/lib/site/wrapper.tt2 +++ b/root/lib/site/wrapper.tt2 @@ -7,6 +7,9 @@ ELSIF template.name.match('graphs/'); ELSIF template.name.match('jsrpc/'); debug("Passing page through xml: $template.name"); content WRAPPER site/xml.tt2; +ELSIF template.name.match('textexport/'); + debug("Passing page through graph: $template.name"); + content; ELSE; debug("Applying HTML page layout wrappers to $template.name\n"); content WRAPPER site/html.tt2 + site/layout.tt2;