menu_set_custom_theme

  1. drupal
    1. 7
Versions
7 menu_set_custom_theme()

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

Related topics

Code

drupal/includes/menu.inc, line 1688

<?php
function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}
?>