function system_find_base_themes

system_find_base_themes($themes, $key, $used_keys = array())

Find all the base themes for the specified theme.

This function has been deprecated in favor of drupal_find_base_themes().

File

modules/system/system.module, line 2696
Configuration system that lets administrators modify the workings of the site.

Code

function system_find_base_themes($themes, $key, $used_keys = array()) {
  return drupal_find_base_themes($themes, $key, $used_keys);
}

© 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/modules!system!system.module/function/system_find_base_themes/7.x