Heim > Artikel > CMS-Tutorial > So passen Sie die sekundäre Navigation in phpcms an
Wie passt man die sekundäre Navigation in phpcms an?
phpcms v9-Navigationsleiste zum Aufrufen einer sekundären Spalte, Beispiel-Tutorial
<div> <ul> <li><a href="{siteurl($siteid)}">首页</a></li> {pc:content action="category" catid="0" num="10" siteid="$siteid" order="listorder ASC"} {loop $data $r} <li><a href="{$r[url]}">{$r[catname]}</a> {if $r[arrchildid]} <ul> {pc:content action="category" catid="$r[catid]" num="10" siteid="$siteid" order="listorder ASC" return="data2"} {loop $data2 $v} <li><a href="{$v[url]}">{$v[catname]}</a></li> {/loop} {/pc} </ul> {/if} </li> {/loop} {/pc} </ul> </div>
PHP-chinesische Website, eine große Anzahl kostenloser PHPCMS-Tutorials, willkommen zum Online-Lernen!
Das obige ist der detaillierte Inhalt vonSo passen Sie die sekundäre Navigation in phpcms an. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!