1
0

inc.head.tmpl 1.1 KB

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title><tmpl_var name="pagetitle"></title>
  4. <link rel="icon" href="themes/default/images/favicon.ico" type="image/x-icon" />
  5. <link rel="shortcut icon" href="themes/default/images/favicon.ico" type="image/x-icon" />
  6. <link rel="StyleSheet" href="themes/default/css/default.css" TYPE="text/css" />
  7. <link rel="StyleSheet" href="themes/default/css/<tmpl_var name="iid">.css" TYPE="text/css" />
  8. <link rel="alternate" title="Transfer-Stats" href="stats.php?f=rss" type="application/rss+xml" />
  9. <meta http-equiv="Pragma" content="no-cache; charset=<tmpl_var name="_CHARSET">" />
  10. <tmpl_if name="meta_refresh">
  11. <meta http-equiv="REFRESH" content="<tmpl_var name="meta_refresh">" />
  12. </tmpl_if>
  13. <script src="js/common.js" type="text/javascript"></script>
  14. <tmpl_if name="enable_sorttable">
  15. <script src="js/sorttable.js" type="text/javascript"></script>
  16. <style type="text/css">
  17. table.sortable a.sortheader { color: white; text-decoration: none; font-weight: bold; }
  18. table.sortable span.sortarrow { color: white; text-decoration: none; }
  19. </style>
  20. </tmpl_if>
  21. <style>
  22. form {margin: 0px; padding: 0px; display: inline;}
  23. </style>
  24. </head>