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

Last change on this file since 1141 was 1141, checked in by rub, 18 years ago

Issue ID 310:

o Fix css file order
o Add example

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 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<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
12<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
13<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
14<!-- BEGIN next -->
15<link rel="prefetch" href="{next.U_IMG_SRC}">
16<!-- END next -->
17<!-- BEGIN refresh -->
18<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
19<!-- END refresh -->
20<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
21<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
22<!--[if gte IE 5.5000]>
23<script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
24<![endif]-->
25</head>
26
27<body id="{BODY_ID}">
28<div id="the_page">
29
30{PAGE_BANNER}
Note: See TracBrowser for help on using the repository browser.