source: branches/branch-1_6/template/yoga/header.tpl @ 1219

Last change on this file since 1219 was 1219, checked in by chrisaga, 18 years ago
  • merge trunc r1217:1218 into branch 1.6 (last step to bug 298 resolution)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 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<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico">
7<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/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="{pwg_root}template/{themeconf:template}/fix-khtml.css">
11<!--[if lt IE 7]>
12<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
13<![endif]-->
14<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
15<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
16<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
17<!-- BEGIN next -->
18<link rel="prefetch" href="{next.U_IMG_SRC}">
19<!-- END next -->
20<!-- BEGIN refresh -->
21<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
22<!-- END refresh -->
23<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
24<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
25<!--[if lt IE 7]>
26<script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
27<![endif]-->
28</head>
29
30<body id="{BODY_ID}">
31<div id="the_page">
32
33{PAGE_BANNER}
Note: See TracBrowser for help on using the repository browser.