webredirect = new WebRedirConfig; } // }}} // {{{ prefs hook function webredirect_prefs() { $text = "Tu peux configurer tes redirections WEB http://www.carva.org/" . S::v('bestalias'); if (S::v('forlife') != S::v('bestalias')) { $text .= ' et http://www.carva.org/'.S::v('forlife'); } return Array( Array( 'url' => 'prefs/webredirect', 'title' => 'Ma redirection de page WEB', 'text' => $text, 'weight' => 60 ) ); } // }}} // vim:set et sw=4 sts=4 sws=4 foldmethod=marker: ?>