diff --git a/events/event.flang_redirect.php b/events/event.flang_redirect.php index e89dcfa..2a96ed1 100644 --- a/events/event.flang_redirect.php +++ b/events/event.flang_redirect.php @@ -12,7 +12,22 @@ Class eventflang_redirect extends Event { - const ROOTELEMENT = 'flang-redirect'; + const ROOTELEMENT = 'flang-redirect'; + + public static function about(){ + return array( + 'name' => __('Frontend Localisation Redirect'), + 'author' => array( + array( + 'name' => 'Deux Huit Huit', + 'website' => 'http://www.deuxhuithuit.com', + 'email' => 'open-source (at) deuxhuithuit (dot) com' + ), + ), + 'version' => '1.1', + 'release-date' => '2012-11-13', + 'trigger-condition' => ''); + } public function load(){ return $this->__trigger();