source: trunk/template/yoga/header.tpl @ 960

Last change on this file since 960 was 960, checked in by chrisaga, 18 years ago

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3<html lang="{LANG}" dir="{DIR}">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
6<!-- BIG FIX ME BELOW (paths) -->
7<link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-layout.css">
8<!-- the next css is used to fix khtml (Konqueror/Safari) issue
9the "text/nonsense" prevents gecko based browsers to load it -->
10<link rel="stylesheet" type="text/nonsense" href="template/{themeconf:template}/fix-khtml.css">
11<link rel="stylesheet" type="text/css" media="print" href="template/{themeconf:template}/print.css">
12<link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-colors.css">
13<link rel="stylesheet" type="text/css" href="template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
14<!-- BEGIN refresh -->
15<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
16<!-- END refresh -->
17<title>{PAGE_TITLE}</title>
18<script type="text/javascript" src="include/scripts.js"></script>
19<!--[if gte IE 5.5000]>
20<script type="text/javascript" src="include/pngfix.js"></script>
21<![endif]-->
22</head>
23
24<body id="{BODY_ID}">
25<div id="the_page">
26
27<div id="theHeader">
28  <h1>{GALLERY_TITLE}</h1>
29  <p>{GALLERY_DESCRIPTION}</p>
30</div>
Note: See TracBrowser for help on using the repository browser.