source: branches/release-1_3/template/default/header.vtp @ 290

Last change on this file since 290 was 290, checked in by gweltas, 20 years ago

Conformity with the XHTML 1.0 transitional standard
Creation of the following files :

  • template/default/header.php and template/default/footer.php to ensure a common standard
  • default.css to be CSS valid

Obsolescence of the following files :

  • template/default/theme/conf.php
  • template/default/style.inc.php

Custom galleries should reflect those changes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 536 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset={#charset}"  />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<!--VTP_refresh-->
7<meta http-equiv="refresh" content="{#time};url={#url}">
8<!--/VTP_refresh-->
9<title>{#title}</title>
10<link rel="stylesheet" href="{#style}" type="text/css" />
11</head>
12<body>
13{#header}
Note: See TracBrowser for help on using the repository browser.