ams.php
来自「php 开发的内容管理系统」· PHP 代码 · 共 14 行
PHP
14 行
<?phpfunction b_sitemap_AMS(){ $xoopsDB =& Database::getInstance(); // news// $maptree = new SitemapTree($xoopsDB->prefix("topics"), "topic_id", "topic_pid");// $block = $maptree->getCategoriesMap("topic_title", "topic_title"); $block = sitemap_get_categoires_map($xoopsDB->prefix("ams_topics"), "topic_id", "topic_pid", "topic_title", "index.php?storytopic=", "topic_title"); //$block["path"] = "index.php?storytopic="; return $block;}?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?