12345678910111213 |
- <div id="footer">
- {pc:content action="category" catid="1" num="15" siteid="$siteid" order="listorder ASC"}
- {loop $data $r}
- <a href="{$r[url]}" target="_blank">{$r[catname]}</a> |
- {/loop}
- {/pc}
- <a href="{APP_PATH}index.php?m=link" target="_blank">友情链接</a>
- <p class="cp">Powered by <strong><a href="http://www.phpcms.cn" target="_blank">PHPCMS</a></strong> <em>v9</em> © {date('Y', SYS_TIME)} <img src="{IMG_PATH}copyright.gif"/>
- </p>
- </div>
- </body>
- </html>
|