diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-01-30 09:32:15 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-01-30 09:32:15 +0100 |
commit | c5cfca618f9c11e8630e80a5ddbb0ff26d1af2e9 (patch) | |
tree | 1aaf48ba53bac8167503b722caee51f8bf2e6355 /inc/parser | |
parent | 84809292e8dbbb514bb0e8809809f6130be6ab9a (diff) | |
download | rpg-c5cfca618f9c11e8630e80a5ddbb0ff26d1af2e9.tar.gz rpg-c5cfca618f9c11e8630e80a5ddbb0ff26d1af2e9.tar.bz2 |
added (empty) rss() function to basic renderer
Ignore-this: 159107eba3e7c8c1d2671ce93eb9bc4e
darcs-hash:20090130083215-7ad00-8ab2440fdd4a9c9e7790ee219e9a0e6c7588ddd8.gz
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/renderer.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php index 40b29035a..bd2b5043a 100644 --- a/inc/parser/renderer.php +++ b/inc/parser/renderer.php @@ -201,6 +201,8 @@ class Doku_Renderer extends DokuWiki_Plugin { // $link is full URL with scheme, $title could be an array (media) function externallink($link, $title = NULL) {} + function rss ($url,$params) {} + // $link is the original link - probably not much use // $wikiName is an indentifier for the wiki // $wikiUri is the URL fragment to append to some known URL |