Untitled
By: a guest | Mar 19th, 2010 | Syntax:
PHP | Size: 0.69 KB | Hits: 27 | Expires: Never
<?php print(theme("image",$node->field_image_thumbnail[0]["filepath"], $node->title, $node->title, null, FALSE)); ?>
<div class="wrapper">
<div class="release-type<?php print $mor_class ? $mor_class : $class ?>"><?php print($type_label); ?></div>
<?php
foreach ($header as $label_type => $contents) {
print '<h3 class="'.$label_type. ' '. $class.'">'. $contents .'</h3>';
}
?>
</div>
<h2>SELLING POINTS</h2>
<!-- <div class="text-wrapper">-->
<?php print(theme('item_list', explode("\n", $node->field_selling_points[0]['value']),null,'ul'));?>
<!-- </div>-->
<h2>DESCRIPTION</h2>
<div class="text-wrapper"><?php print($node->field_description[0]['value']);?></div>