function menu_set_custom_theme

menu_set_custom_theme()

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

Related topics

File

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

Code

function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!menu.inc/function/menu_set_custom_theme/7.x