Skip to content
Snippets Groups Projects
Commit 786bd36a authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding categories to the view

parent 730704ad
No related branches found
No related tags found
1 merge request!2Feature be module
......@@ -75,9 +75,10 @@ class BackendController extends ActionController {
// retrieve next site root id
$siteRootId = Utility::getSiteRoot((int) GeneralUtility::_GP('id'));
Utility::getCategoriesForSiteRoot($siteRootId);
$categories = Utility::getCategoriesForSiteRoot($siteRootId);
$this->view->assign('docHeader', $this->docHeaderComponent->docHeaderContent());
$this->view->assign('pageUid', $pageUid);
$this->view->assign('categories', $categories);
}
}
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