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

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

cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
RevLine 
[859]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}">
[982]6<link rel="shortcut icon" type="image/x-icon" href="template-common/favicon.ico" />
[960]7<link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-layout.css">
[910]8<!-- the next css is used to fix khtml (Konqueror/Safari) issue
[960]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">
[859]14<!-- BEGIN refresh -->
15<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
16<!-- END refresh -->
[983]17<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
[859]18<script type="text/javascript" src="include/scripts.js"></script>
[905]19<!--[if gte IE 5.5000]>
20<script type="text/javascript" src="include/pngfix.js"></script>
21<![endif]-->
[859]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.