add info to the renderer component
darcs-hash:20070119235715-7ad00-06a76f498442e9a09e69869b43ee618662c6eda5.gz
This commit is contained in:
+1
-8
@@ -21,14 +21,7 @@ class syntax_plugin_s5 extends DokuWiki_Syntax_Plugin {
|
||||
* return some info
|
||||
*/
|
||||
function getInfo(){
|
||||
return array(
|
||||
'author' => 'Andreas Gohr',
|
||||
'email' => 'andi@splitbrain.org',
|
||||
'date' => '2006-12-05',
|
||||
'name' => 'S5 Slideshow Plugin',
|
||||
'desc' => 'Display a Wiki page as S5 slideshow presentation',
|
||||
'url' => 'http://wiki.splitbrain.org/plugin:s5',
|
||||
);
|
||||
return confToHash(dirname(__FILE__).'/info.txt');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user