root/releases/0.2/_templates/css.php
| Revision 2, 235 bytes (checked in by sven, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | require("../includes.php"); |
| 4 | |
| 5 | header("Content-type: text/css"); |
| 6 | |
| 7 | $template_id = (int) $_REQUEST['template']; |
| 8 | |
| 9 | echo run("templates:draw",array( |
| 10 | 'template' => $template_id, |
| 11 | 'context' => 'css' |
| 12 | ) |
| 13 | ); |
| 14 | |
| 15 | ?> |
Note: See TracBrowser for help on using the browser.
