]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/wrapper.tt2
Converted raids page
[ndwebbie.git] / root / lib / site / wrapper.tt2
index 3a7af0765dcb20b656797323305f190df844df75..6da016bffd2c9e070dc84d20bcfbdf71a814ac3d 100644 (file)
@@ -4,6 +4,9 @@
 ELSIF template.name.match('graphs/');
        debug("Passing page through graph: $template.name");
        content;
+ELSIF template.name.match('jsrpc/');
+       debug("Passing page through xml: $template.name");
+       content WRAPPER site/xml.tt2;
 ELSE;
        debug("Applying HTML page layout wrappers to $template.name\n");
        content WRAPPER site/html.tt2 + site/layout.tt2;