first import
This commit is contained in:
14
sites/all/modules/piecemaker/theme/piecemaker-xml.tpl.php
Normal file
14
sites/all/modules/piecemaker/theme/piecemaker-xml.tpl.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
|
||||
?>
|
||||
<Piecemaker>
|
||||
<Contents>
|
||||
<?php print implode("\n",$ContentNodes); ?>
|
||||
</Contents>
|
||||
<Settings <?php print drupal_attributes($Settings); ?>></Settings>
|
||||
<Transitions>
|
||||
<?php foreach($Transitions as $transition):?>
|
||||
<Transition <?php print drupal_attributes($transition); ?>></Transition>
|
||||
<?php endforeach;?>
|
||||
</Transitions>
|
||||
</Piecemaker>
|
Reference in New Issue
Block a user