popsu-d7/sites/all/modules/piecemaker/theme/piecemaker-xml-flash.tpl.php
Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

14 lines
404 B
PHP

<?php
/**
* @file
* Outputs the Flash XML node for piecemaker xml files
*
* @variables
* $item: An associative array. @see template_preprocess_piecemaker_xml for details
*/
?>
<Flash <?php print drupal_attributes($item['#attributes']); ?>>
<?php if (!empty($item['Image']['#attributes'])):?>
<Image <?php print drupal_attributes($item['Image']['#attributes']);?>/>
<?php endif;?>
</Flash>