function menu_set_custom_theme in Drupal 7
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 includes/
common.inc
File
- includes/
menu.inc, line 1793 - API for the Drupal menu system.
Code
function menu_set_custom_theme() {
menu_get_custom_theme(TRUE);
}