footer.html 549 B

123456789101112131415
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{:app_conf("SITE_NAME")}{:l("ADMIN_PLATFORM")}</title>
  6. <load href='__TMPL__Common/style/style.css' />
  7. <load href='__TMPL__Common/style/footer.css' />
  8. </head>
  9. <body>
  10. <div class="footer">{:conf("SITE_NAME")}{:l("ADMIN_PLATFORM")} {%APP_VERSION}:{:conf("DB_VERSION")}</PHP>
  11. </div>
  12. </body>
  13. </html>