
<!--这是来列出全部可以搜索的内容模块-->
{php $top_search=[];}
{cache name=module-content}
{if $t.search}
{php !$top_search && $top_search=$t;}
<li><a href="javascript:dr_search_module_select('{$t.dirname}', '{$t.name}');"> {$t.name} </a></li>
{/if}
{/cache}这部分的代码 如果在首页 可以全部列出全部模块,如果是在对应的模块页面 只能列出对应的模块,是什么原因导致?

首页的下拉
非首页搜索下拉

{cache name=module-content module=all}