2 Star 1 Fork 0

赤兔之神/官网php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
enterprise_nav.php 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
赤兔之神 提交于 2018-04-13 09:43 . www.zjdaopu.com
<?php
$self_page = basename($_SERVER['PHP_SELF']);
$links=array("enterpriseideas.php","enterpriseimages.php","employeehonor.php","responsibility.php");
?>
<div class="introduction-left">
<a class="introduction-la" href="enterpriseideas"><span class="<?php echo strstr($links[0],$self_page)?'la-active':'';?>">企业理念</span></a>
<a class="introduction-la" href="enterpriseimages"><span class="<?php echo strstr($links[1],$self_page)?'la-active':'';?>">企业荣誉</span></a>
<a class="introduction-la" href="employeehonor"><span class="<?php echo strstr($links[2],$self_page)?'la-active':'';?>">企业风采</span></a>
<a class="introduction-la" href="responsibility"><span class="<?php echo strstr($links[3],$self_page)?'la-active':'';?>">社会责任</span></a>
</div>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ChiTuZhiShen/officialNetwork.git
git@gitee.com:ChiTuZhiShen/officialNetwork.git
ChiTuZhiShen
officialNetwork
官网php
master

搜索帮助