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 includes/
common.inc
File
-
includes/
menu.inc, line 1793
Code
function menu_set_custom_theme() {
menu_get_custom_theme(TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.