Explorar o código

Fix: left hand side navigation of TOS item when selected (#6055)

maTh %!s(int64=2) %!d(string=hai) anos
pai
achega
415490dd7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/layout/aside_configure.phtml

+ 1 - 1
app/layout/aside_configure.phtml

@@ -88,7 +88,7 @@
 					<a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a>
 				</li>
 				<?php if (file_exists(TOS_FILENAME)) { ?>
-					<li class="item">
+					<li class="item<?= Minz_Request::actionName() === 'tos' ? ' active' : '' ?>">
 						<a href="<?= _url('index', 'tos') ?>"><?= _t('index.tos.title')?></a>
 					</li>
 				<?php } ?>