simplest out-of-the-box option: Customize the /org/alfresco/modules/header/sites.get.html.ftl to only include the create-site-menuitem if the current user is an admin. There is a simple way to query if a user is admin via "user.isAdmin()", so a simple <#if user.isAdmin()></#if> should suffice…