Since every YaleSite is derived from the same code base, your custom theme or module sits alongside other custom themes/modules for other sites. In order to hide your them so they are only visible on your site, add the following line to your theme or module’s .info file:
allowed_sites[] = yoursite.yale.edu
ReplaceĀ yoursite.yale.edu with the production URL to your site. This will allow your theme to only be visible on your site. You only need to add the production URL, and the development environment will be accounted for automatically. If the theme applies to more than one site, add additional entries as needed:
allowed_sites[] = yoursite.yale.edu
allowed_sites[] = yoursite2.yale.edu