[dokuwiki] Re: btn_html and lang definition

Anika Henke wrote:
    print html_btn('back',$backID,'',array());

Oh, I just realised, that was the worse of the two examples from my template, because 'btn_back' is already in the main inc/lang/<lang>/lang.php and not in the template's lang.php.
The better example:
    print html_btn('discussion',$discussNS.$ID,'',array());
And I have $lang['btn_discussion'] = 'Discussion'; in my template's many lang.php files.

Anika

--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: