Skip to content

Commit

Permalink
Update _top_nav.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed Sep 4, 2023
1 parent 79b8d40 commit 8e14bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Views/layouts/_top_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</div>

<div id="top-menu">
<a href="/discuss" class="top-menu-item hidden <?php if '/discuss')) : ?>top-menu-item-active<?php endif ?>">开发者社区</a>
<a href="/contribute" class="top-menu-item hidden <?php if '/contribute')) : ?>top-menu-item-active<?php endif ?>">贡献</a>
<a href="/discuss" class="top-menu-item hidden<?php if (url_is('/discuss')) : ?>top-menu-item-active<?php endif ?>">开发者社区</a>
<a href="/contribute" class="top-menu-item hidden <?php if (url_is('/contribute')) : ?>top-menu-item-active<?php endif ?>">贡献</a>
<a href="/user_guide/index.html" class="top-menu-item hidden">用户手册</a>
<a href="/download" class="top-menu-item-download">下载</a>
</div><!--top-menu ende-->
Expand Down

0 comments on commit 8e14bf2

Please sign in to comment.