]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.php
Merge pull request #1124 from tobiasd/duepuntoderivs
[friendica.git] / view / theme / duepuntozero / style.php
1 <?php
2 if (file_exists("$THEMEPATH/style.css")){
3     echo file_get_contents("$THEMEPATH/style.css");
4 }
5 $s_colorset = get_config('duepuntozero','colorset');
6 $uid = local_user();
7 $colorset = get_pconfig( $uid, 'duepuntozero', 'colorset');
8 if (!x($colorset)) 
9     $colorset = $s_colorset;
10
11 ?>