I've written a module that provides a block, but I want my block to provide different content based on which site I'm on. Is there any way to do this short of checking $_domain?

Comments

agentrickard’s picture

Depends on what the content is. If it's node content, node access will handle this automatically. Other types of content or data would have to be checked manually.

agentrickard’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)