}
function description(){
- return "Un plugin qui affiche une page Hello World ! avec une citation aléatoire";
- }
-
- function install($env){
- return true;
- }
-
- function uninstall($env){
- return true;
- }
-
- function enable($env){
- return true;
- }
-
- function disable($env){
- return true;
+ return "Un plugin qui affiche une page Hello World !";
}
function init($env){
+ $env->set_link("menu_top/hello", $env->url("hello"), "Hello");
return true;
}
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<layout>
+
+ <hello page="index.php">
+ <index>
+ <index content="views/hello/index.php" />
+ </index>
+ </hello>
+
+</layout>
\ No newline at end of file