drupal_find_theme_templates($cache, $extension, $path)
Allows themes and/or theme engines to easily discover overridden templates.
Parameters
$cache: The existing cache of theme hooks to test against.
$extension: The extension that these templates will have.
$path: The path to search.
File
core/includes/theme.inc, line 193 The theme system, which controls the output of Drupal.
Code
function drupal_find_theme_templates($cache, $extension, $path) {
$implementations = array();
// Collect p