Skip to content

Instantly share code, notes, and snippets.

@kalkin
Created November 21, 2011 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalkin/1382435 to your computer and use it in GitHub Desktop.
Save kalkin/1382435 to your computer and use it in GitHub Desktop.
if($_SERVER['HTTP_HOST'] === 'example.com')
{
$config['View_Helper_CSS']['basePath'] = '/temaplateA/';
}else{
$config['View_Helper_CSS']['basePath'] = '/temaplateB/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment