Skip to content
Snippets Groups Projects
Commit a655c878 authored by Anika Henke's avatar Anika Henke
Browse files

added lang string for 'Sidebar'

parent 3ad40064
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ $lang['user_tools'] = 'User Tools';
$lang['site_tools'] = 'Site Tools';
$lang['page_tools'] = 'Page Tools';
$lang['skip_to_content'] = 'skip to content';
$lang['sidebar'] = 'Sidebar';
$lang['mail_newpage'] = 'page added:';
$lang['mail_changed'] = 'page changed:';
......
......@@ -38,7 +38,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
<?php if($showSidebar): ?>
<!-- ********** ASIDE ********** -->
<div id="dokuwiki__aside"><div class="pad include group">
<h3 class="toggle"><?php echo hsc(ucfirst($conf['sidebar'])) ?></h3>
<h3 class="toggle"><?php echo $lang['sidebar'] ?></h3>
<div class="content">
<?php tpl_flush() ?>
<?php tpl_includeFile('sidebarheader.html') ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment