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

modules/system/system.module, line 2731

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.