PluginProbe
WebTotem Security / 2.2.2
WebTotem Security v2.2.2
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/layout.php +0 -6 2.2.32.2.2 View file →
@@ -19,9 +19,8 @@
19 19 <label for="control-checkbox" class="wtotem_control__label">
20 20 <span class="wtotem_control__switched-circle"></span>
21 21 </label>
22 22 </div>
23 -
24 23 <li class="wtotem_nav__item">
25 24 <a href="<?=wtsec_getUrl("dashboard")?>" class="wtotem_nav__link <?= wtsec_isActivePage("dashboard") ?>">
26 25 <?= wtsec_locale("dashboard") ?>
27 26 </a>
@@ -33,13 +32,8 @@
33 32 </li>
34 33 <li class="wtotem_nav__item">
35 34 <a href="<?=wtsec_getUrl("vc")?>" class="wtotem_nav__link <?= wtsec_isActivePage("vc") ?>">
36 35 <?= wtsec_locale("remote_antivirus") ?>
37 - </a>
38 - </li>
39 - <li class="wtotem_nav__item">
40 - <a href="<?=wtsec_getUrl("options")?>" class="wtotem_nav__link <?= wtsec_isActivePage("options") ?>">
41 - <?= wtsec_locale("settings") ?>
42 36 </a>
43 37 </li>
44 38 </ul>
45 39 </nav>