/**
  *
  * @access public
  * @param CCDNComponent\DashboardBundle\Component\Integrator\Model\BuilderInterface $builder
  */
 public function build(BuilderInterface $builder)
 {
     $builder->addCategory('user_administration')->setLabel('dashboard.categories.user_admin', array(), 'CCDNUserAdminBundle')->addPages()->addPage('admin')->setLabel('dashboard.pages.admin', array(), 'CCDNUserAdminBundle')->end()->end()->addLinks()->addLink('show_unactivated')->setAuthRole('ROLE_ADMIN')->setRoute('ccdn_user_admin_member_unactivated_index')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_users.png')->setLabel('dashboard.links.unactivated', array(), 'CCDNUserAdminBundle')->end()->addLink('show_banned')->setAuthRole('ROLE_ADMIN')->setRoute('ccdn_user_admin_member_banned_index')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_users.png')->setLabel('dashboard.links.banned', array(), 'CCDNUserAdminBundle')->end()->addLink('show_newest')->setAuthRole('ROLE_ADMIN')->setRoute('ccdn_user_admin_member_newest_index')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_users.png')->setLabel('dashboard.links.newest', array(), 'CCDNUserAdminBundle')->end()->end()->end();
 }
 /**
  *
  * @access public
  * @param CCDNComponent\DashboardBundle\Component\Integrator\Model\BuilderInterface $builder
  */
 public function build(BuilderInterface $builder)
 {
     $builder->addCategory('account')->setLabel('dashboard.categories.account', array(), 'CCDNUserUserBundle')->addPages()->addPage('account')->setLabel('dashboard.pages.account', array(), 'CCDNUserUserBundle')->end()->end()->addLinks()->addLink('account_show')->setAuthRole('ROLE_USER')->setRoute('ccdn_user_user_account_show')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_account.png')->setLabel('dashboard.links.show_account', array(), 'CCDNUserUserBundle')->end()->addLink('login')->setLessThanAuthRole('ROLE_USER')->setRoute('fos_user_security_login')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_account.png')->setLabel('dashboard.links.login', array(), 'CCDNUserUserBundle')->end()->addLink('register')->setLessThanAuthRole('ROLE_USER')->setRoute('ccdn_user_user_registration_terms')->setIcon('/bundles/ccdncomponentcommon/images/icons/Black/32x32/32x32_account.png')->setLabel('dashboard.links.register', array(), 'CCDNUserUserBundle')->end()->end()->end();
 }