Subversion Repositories Applications.papyrus

Rev

Rev 1087 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
954 florian 1
<?php
2
/*
3
__hello.php
4
Appelle AVANT le  handler  'hello'
5
*/
6
 
7
 
8
// Vérification de sécurité
9
if (!defined("WIKINI_VERSION"))
10
{
11
        die ("acc&egrave;s direct interdit");
12
}
13
 
14
echo $this->Header();
15
echo $this->Format("===== Je vais dire Bonjour !=====");
16
 
17
 
18
?>
19
<div class="page">