1.20.x menu.inc menu_set_custom_theme()

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

Related topics

File

includes/menu.inc, line 1977
API for the Backdrop menu system.

Code

function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}