3 * load view/theme/$current_theme/style.php with friendica contex
6 function view_init($a){
7 header("Content-Type: text/css");
11 $THEMEPATH = "view/theme/$theme";
12 if(file_exists("view/theme/$theme/style.php"))
13 require_once("view/theme/$theme/style.php");