'Dominik Krebs', 'email' => 'dominik.krebs@netzkollektiv.com', 'date' => '2009-01-10', 'name' => 'refererremove', 'desc' => 'removes all referers from external links by passing them to ano', ); } function canRender($format){ return ($format=='xhtml'); } function externallink($url, $name = NULL){ parent::externallink('http://anonym.to/?'.$url, $name); } }