Browse Source

Merge pull request #620 from MorganDawe/7.x

updated doc block notes in islandora_theme function.
pull/621/head
William Panting 9 years ago
parent
commit
526cd7892f
  1. 5
      islandora.module

5
islandora.module

@ -432,6 +432,11 @@ function islandora_admin_paths() {
/**
* Implements hook_theme().
*
* The following theme entrys 'islandora_objects' and 'islandora_objects_subset'
* utilize the same template file. When theming, be sure to utilize the theme name,
* and not the template file names. Similar situation found here:
* @link https://jira.duraspace.org/browse/ISLANDORA-934. @endlink
*/
function islandora_theme() {
return array(

Loading…
Cancel
Save