有谁知道我如何检查 href 是否等于 smarty 中的当前页面链接?我想将一个“活动”类添加到菜单中的链接。我的代码是这样的
<div id="navigation-menu">
<a href="index.php" class="active">Home</a>
<a href="index.php?page=how_it_works">How it Works</a>
<a href="index.php?page=prices">Prices</a>
</div>