Merge file:///home/habarnam/public_html/vsc_rewrite/ into friendly_url
[vsc.git] / style.php
blob1d95e3dbf499f932fb6230359d6d6cc082ef48d6
1 <?php
2 /**
3 * this will output the desired css style
4 * incoming variables
5 */
7 require ('./config.inc.php');
8 require (LIB_PATH.'functions.inc.php');
9 $to = ctrlFactory::getController('css');
10 $to->dispatch();