Project

General

Profile

« Previous | Next » 

Revision 97ff635c

Added by Andreas Kohlbecker about 8 years ago

refactoring media_metadata function

View differences:

themes/palmweb_2/template.php
144 144
  $media = $variables['media'];
145 145
  $elements = $variables['elements'];
146 146

  
147
  $media_metadata = cdm_read_media_metadata($media);
147
  $media_metadata = read_media_metadata($media);
148 148

  
149 149
  $doTitle = !$elements || array_search('title', $elements) !== FALSE;
150 150
  $doDescription = !$elements || array_search('description', $elements) !== FALSE;

Also available in: Unified diff