[ Index ] |
PHP Cross Reference of Textpattern 4.0.8 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $HeadURL: https://textpattern.googlecode.com/svn/releases/4.0.8/source/textpattern/css.php $ 4 $LastChangedRevision: 2772 $ 5 */ 6 7 if (@ini_get('register_globals')) 8 foreach ( $_REQUEST as $name => $value ) 9 unset($$name); 10 11 header('Content-type: text/css'); 12 13 ob_start(NULL, 2048); 14 include './config.php'; 15 ob_end_clean(); 16 17 $nolog = 1; 18 define("txpath", dirname(__FILE__)); 19 define("txpinterface", "css"); 20 include txpath.'/publish.php'; 21 $s = gps('s'); 22 $n = gps('n'); 23 output_css($s,$n); 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu May 21 23:03:01 2009 | Cross-referenced by PHPXref 0.7 |