1
0

inc.head.tmpl 1.5 KB

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title><tmpl_var name="pagetitle"></title>
  5. <link rel="icon" href="themes/<tmpl_var name="theme">/images/favicon.ico" type="image/x-icon" />
  6. <link rel="shortcut icon" href="themes/<tmpl_var name="theme">/images/favicon.ico" type="image/x-icon" />
  7. <link rel="StyleSheet" href="themes/<tmpl_var name="theme">/css/default.css" type="text/css" />
  8. <link rel="StyleSheet" href="themes/<tmpl_var name="theme">/css/<tmpl_var name="iid">.css" type="text/css" />
  9. <link rel="alternate" title="Transfer-Stats" href="stats.php?f=rss" type="application/rss+xml" />
  10. <meta http-equiv="Pragma" content="no-cache; charset=<tmpl_var name="_CHARSET">" />
  11. <tmpl_if name="meta_refresh">
  12. <meta http-equiv="REFRESH" content="<tmpl_var name="meta_refresh">" />
  13. </tmpl_if>
  14. <script src="js/common.js" type="text/javascript"></script>
  15. <script src="themes/<tmpl_var name="theme">/scripts/common.js" type="text/javascript"></script>
  16. <script src="themes/<tmpl_var name="theme">/scripts/<tmpl_var name="iid">.js" type="text/javascript"></script>
  17. <tmpl_if name="enable_sorttable">
  18. <script src="js/sorttable.js" type="text/javascript"></script>
  19. <style type="text/css">
  20. table.sortable a.sortheader { color: white; text-decoration: none; font-weight: bold; }
  21. table.sortable span.sortarrow { color: white; text-decoration: none; }
  22. </style>
  23. </tmpl_if>
  24. </head>
  25. <body>