menu_set_custom_theme

7 menu.inc menu_set_custom_theme()
8 menu.inc 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()

File

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

Code

function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}
Login or register to post comments