Standards: Remove EOF closing PHP tags
This commit is contained in:
parent
4b16de6d80
commit
1d427aa214
33 changed files with 28 additions and 66 deletions
|
@ -6,7 +6,7 @@ $uid = get_theme_uid();
|
|||
|
||||
$s_colorset = get_config('duepuntozero','colorset');
|
||||
$colorset = get_pconfig( $uid, 'duepuntozero', 'colorset');
|
||||
if (!x($colorset))
|
||||
if (!x($colorset))
|
||||
$colorset = $s_colorset;
|
||||
|
||||
if ($colorset) {
|
||||
|
@ -25,5 +25,3 @@ if ($colorset) {
|
|||
}
|
||||
|
||||
echo $setcss;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue