cleanup: moved more CSS into the stylesheet
[phpfspot.git] / themes / default / templates / header.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3  <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5   <title>{$page_title}</title>
6   <link href="{$template_path}/stylesheet.css" type="text/css" rel="stylesheet" />
7   <script type="text/javascript" src="rpc.php?mode=init&amp;client=all"></script>
8   <script type="text/javascript" src="phpfspot.js"></script>
9   <link rel="shortcut icon" href="resources/gpl_16.png" type="image/png" />
10   <link rel="icon" href="resources/gpl_16.png" type="image/png" />
11   { if $use_lightbox }
12   <script type="text/javascript" src="lightbox2/js/prototype.js"></script>
13   <script type="text/javascript" src="lightbox2/js/scriptaculous.js?load=effects,builder"></script>
14   <script type="text/javascript" src="lightbox2/js/lightbox.js"></script>
15   <link rel="stylesheet" href="lightbox2/css/lightbox.css" type="text/css" media="screen" />
16   { /if }
17   { if $use_autocomplete }
18   <script src="autosuggest/js/bsn.AutoSuggest_2.1.3_comp.js"></script>
19   <link rel="stylesheet" href="autosuggest/css/autosuggest_inquisitor.css" type="text/css" media="screen" charset="utf-8" />
20   { /if }
21  </head>