caches menu changes

- added "my caches" entry
- renamed German "Besondere Caches" to "Empfohlene Caches"
This commit is contained in:
following
2013-07-18 19:07:10 +02:00
parent b7f8d0f1ae
commit cb34703537
3 changed files with 13 additions and 13 deletions
+7
View File
@@ -169,6 +169,13 @@ $menu = array(
'visible' => true,
'filename' => 'articles.php?page=htmltags',
'siteid' => 'articles/htmltags'
),
array(
'title' => t('My caches'),
'menustring' => t('My caches'),
'visible' => true,
'filename' => 'myhome.php#mycaches',
'siteid' => 'myhome'
)
)
),