Skip to content

Instantly share code, notes, and snippets.

@dlfinis
Created April 21, 2015 14:40
Show Gist options
  • Save dlfinis/c8aab7590c98946dd158 to your computer and use it in GitHub Desktop.
Save dlfinis/c8aab7590c98946dd158 to your computer and use it in GitHub Desktop.
Show the dockbar only with admin users.
#if (($permissionChecker.isOmniadmin())||$permissionChecker.isCompanyAdmin($themeDisplay.getCompanyId())||
$permissionChecker.isCommunityAdmin($themeDisplay.getScopeGroupId()))
#dockbar()
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment