Updated theme-color code
Add comment explaining what the code does Remove unused include Code standards
This commit is contained in:
parent
d0407f8b76
commit
6cd6e886db
1 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,8 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php
|
<?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;
|
$uid = $a->profile_uid;
|
||||||
if (is_null($uid)) {
|
if (is_null($uid)) {
|
||||||
$uid = get_theme_uid();
|
$uid = get_theme_uid();
|
||||||
|
|
Loading…
Reference in a new issue