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-7.x/includes/common.inc

Archivo

drupal-7.x/includes/menu.inc, line 1769
API for the Drupal menu system.

Código

function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}