]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/wrapper.tt2
Added a controller and template for exporting data in plain text
[ndwebbie.git] / root / lib / site / wrapper.tt2
index 6da016bffd2c9e070dc84d20bcfbdf71a814ac3d..b6431c5ed9853a60413e6119b1107bce8c6d496d 100644 (file)
@@ -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;