footer.html-- 652 B

12345678910111213141516171819
  1. <div class="sr_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> v9 &copy; {date('Y', SYS_TIME)} <img src="{IMG_PATH}copyright.gif"/>
  9. </p></div>
  10. </div>
  11. </div>
  12. <!--[if IE 6]>
  13. <script type="text/javascript" src="{JS_PATH}nsz.js"></script>
  14. <script type="text/javascript">
  15. nsz.fix('.sr_logo img');
  16. </script>
  17. <![endif]-->
  18. </body>
  19. </html>