function menu_set_custom_theme

Sets a custom theme for the current page, if there is one.

Related topics

1 call to menu_set_custom_theme()
_drupal_bootstrap_full in drupal/includes/common.inc

File

drupal/includes/menu.inc, line 1780
API for the Drupal menu system.

Code

function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}