Updated theme-color code

Add comment explaining what the code does
Remove unused include
Code standards
This commit is contained in:
Pierre Rudloff 2017-04-17 13:38:55 +02:00
parent d0407f8b76
commit 6cd6e886db
1 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,8 @@
}
?>
<?php
require_once("view/theme/frio/php/schema.php");
// Add the theme color meta
// It makes mobile Chrome UI match Frio's top bar color.
$uid = $a->profile_uid;
if (is_null($uid)) {
$uid = get_theme_uid();