started with localization

This commit is contained in:
Andreas Gohr
2012-11-27 14:37:48 +01:00
parent b0fc000560
commit e797f2d73f
3 changed files with 72 additions and 28 deletions

View File

@ -77,9 +77,6 @@ class syntax_plugin_statdisplay extends DokuWiki_Syntax_Plugin {
*/
function render($format, &$renderer, $data) {
if($format != 'xhtml') return true;
dbg($data);
$command = $data['command'];
$params = $data['params'];
$graph = $data['graph'];