mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
utc time should have the same color as the rest of the menu
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
$utc_headermenu = ($this->user_options_model->get_options('header_menu', array('option_name' => 'utc_headermenu'))->row()->option_value ?? 'false');
|
||||
if ($utc_headermenu == 'true') {
|
||||
?>
|
||||
<li class="nav-link disabled">
|
||||
<li class="nav-link disabled" id="utc_header_li">
|
||||
<a id="utc_header" style="width: 70px; display: inline-block;"></a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user