]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/style.php
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / view / theme / quattro / style.php
1 <?php
2         $color = get_pconfig(local_user(), "quattro","color");
3         
4         if ($color===false) $color="dark";
5                 
6         if (file_exists("$THEMEPATH/$color/style.css")){
7                 echo file_get_contents("$THEMEPATH/$color/style.css");
8         }
9