Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / headinclude.tpl
1 <!-- CSS and JavaScript goes here -->
2 <meta http-equiv="Content-Type" content="text/html; charset=<%- $stylevar[charset] %>" />
3 <link rel="stylesheet" type="text/css" href="templates/global.css" media="screen" />
4 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="syndicate.php" />
5 <script type="text/javascript"> var lang = { "Cancel" : "<%-T("Cancel")%>" }; </script>
6 <script src="templates/global.js" type="text/javascript"></script>