chimeric / dokuwiki-template-arctic

http://dokuwiki.org/template:arctic
GNU General Public License v2.0
16 stars 15 forks source link

Issue about localization #11

Open danny0838 opened 13 years ago

danny0838 commented 13 years ago

it seems that the line 97 in tpl_functions.php:

            if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonidebar.txt')) {

should be:

            if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nosidebar.txt')) {

so that localization would be properly applied.