footer.html 471 B

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