function system_find_base_themes

Find all the base themes for the specified theme.

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

File

drupal/modules/system/system.module, line 2706
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);
}