menu_set_custom_theme

Versions
7
menu_set_custom_theme()

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

Related topics

Code

includes/menu.inc, line 1529

<?php
function menu_set_custom_theme() {
  menu_get_custom_theme(TRUE);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.