Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: PHP | Size: 0.69 KB | Hits: 27 | Expires: Never
Copy text to clipboard
  1. <?php print(theme("image",$node->field_image_thumbnail[0]["filepath"], $node->title, $node->title, null, FALSE)); ?>
  2. <div class="wrapper">
  3.   <div class="release-type<?php print $mor_class ? $mor_class : $class ?>"><?php print($type_label); ?></div>
  4.   <?php
  5.     foreach ($header as $label_type => $contents) {
  6.       print '<h3 class="'.$label_type. ' '. $class.'">'. $contents .'</h3>';
  7.     }
  8.   ?>
  9. </div>
  10. <h2>SELLING POINTS</h2>
  11. <!-- <div class="text-wrapper">-->
  12. <?php print(theme('item_list', explode("\n", $node->field_selling_points[0]['value']),null,'ul'));?>
  13. <!-- </div>-->
  14. <h2>DESCRIPTION</h2>
  15. <div class="text-wrapper"><?php print($node->field_description[0]['value']);?></div>