Skip to content

Instantly share code, notes, and snippets.

@duellj
Created January 18, 2013 18:16
Show Gist options
  • Select an option

  • Save duellj/4566820 to your computer and use it in GitHub Desktop.

Select an option

Save duellj/4566820 to your computer and use it in GitHub Desktop.
<?php
function stand_main_preprocess_maintenance_page(&$variables) {
if (MAINTENANCE_MODE == 'error') {
$variables['template_files'][] = 'error-page.tpl.php';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment