Skip to content

Instantly share code, notes, and snippets.

@jk2K
Created September 17, 2014 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jk2K/57bd07a5dc39a864ffcc to your computer and use it in GitHub Desktop.
Save jk2K/57bd07a5dc39a864ffcc to your computer and use it in GitHub Desktop.
控制discuz导航高亮的$mnid生成算法
<?php
$_G['mnid'] = 'mn_N'.substr(md5('your_link'), 0, 4);
//地址在discuz后台主导航里面找
@alonWang
Copy link

请问 后缀是gid的要怎么改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment