root/releases/0.1.2a/_templates/css.php

Revision 2, 235 bytes (checked in by sven, 3 years ago)

importing elgg-0.1.1a

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.