Created
September 17, 2014 09:05
-
-
Save jk2K/57bd07a5dc39a864ffcc to your computer and use it in GitHub Desktop.
控制discuz导航高亮的$mnid生成算法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$_G['mnid'] = 'mn_N'.substr(md5('your_link'), 0, 4); | |
//地址在discuz后台主导航里面找 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问 后缀是gid的要怎么改