added support for the sitemapnavi plugin
When installed the navigation can be switched between the default sidebar based navigation and the site tree
This commit is contained in:
parent
44cab59726
commit
c1e0eaa830
8 changed files with 113 additions and 16 deletions
|
@ -59,6 +59,10 @@ $lang['image_detail'] = 'Detailinformationen zum Bild';
|
|||
$lang['mode_edit'] = 'Seite bearbeiten';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigation';
|
||||
$lang['nav_sitemap'] = 'Seitenbaum';
|
||||
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
|
|
@ -59,6 +59,9 @@ $lang['image_detail'] = 'image details';
|
|||
$lang['mode_edit'] = 'Editing Page';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigation';
|
||||
$lang['nav_sitemap'] = 'Site Tree';
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue