source: extensions/PHP_Optimisateur/files/header.php @ 7991

Last change on this file since 7991 was 7991, checked in by mistic100, 13 years ago

PHP Optimisateur :
configuration via formulaire
installation semi-automatique des plugins

File size: 676 bytes
RevLine 
[7991]1<?php
2/***************************************\
3|                       PHP OPTIMISATEUR                        |
4|                          Version 1.1                          |
5\***************************************/
6
7$APPversion = '1.1';
8echo '<?xml version="1.0" encoding="utf-8"?>
9<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
10        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
11<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
12<head>
13        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14        <link rel="stylesheet" type="text/css" media="screen" href="files/style.css" />
15        <title>PHP Optimisateur '.$APPversion.'</title>
16</head>
17<body>
18<div class="title">PHP Optimisateur '.$APPversion.'</div>';
19?>
Note: See TracBrowser for help on using the repository browser.