You are here

amazon-item-software-details.tpl.php in Amazon Product Advertisement API 6

File

amazon_media/amazon-item-software-details.tpl.php
View source
<div class="<?php

print $classes;
?>">
<?php

if (!empty($smallimage)) {
  print $smallimage;
}
?>
<div><strong><?php

print l($title, $detailpageurl, array(
  'html' => TRUE,
  'attributes' => array(
    'rel' => 'nofollow',
  ),
));
?></strong></div>
<div><strong><?php

print t('Publisher');
?>:</strong> <?php

print $publisher;
?></div>
<div><strong><?php

print t('Operating System');
?>:</strong> <?php

print $operatingsystem;
?></div>
<div><strong><?php

print t('Price');
?>:</strong> <?php

print $listpriceformattedprice;
?></div>
</div>