Add navigation entry for tips and tricks setion

This commit is contained in:
Joas Schilling 2015-03-26 16:23:21 +01:00
parent e66dda83df
commit cd09b949a6

View File

@ -120,6 +120,7 @@ $formsAndMore[] = array('anchor' => 'backgroundjobs', 'section-name' => $l->t('C
$formsAndMore[] = array('anchor' => 'shareAPI', 'section-name' => $l->t('Sharing'));
$formsAndMore[] = array('anchor' => 'mail_general_settings', 'section-name' => $l->t('Email Server'));
$formsAndMore[] = array('anchor' => 'log-section', 'section-name' => $l->t('Log'));
$formsAndMore[] = array('anchor' => 'admin-tips', 'section-name' => $l->t('Tips & tricks'));
$template->assign('forms', $formsAndMore);