| 1 |
<!-- Text container -->
|
| 2 |
<div class="content<?php echo $layoutcode ?>-container line-box">
|
| 3 |
<div class="content<?php echo $layoutcode ?>-container-1col">
|
| 4 |
<p class="content-title-shade-size3 bg-blue07 box-on"> </p>
|
| 5 |
<p class="content-title-shade-size3 bg-blue03 txt-white"><a href="<?php print $node_url ?> " title="<?php print $title ?>"><?php print $title ?></a></p>
|
| 6 |
<?php
|
| 7 |
// If you need a subtitle, try this:
|
| 8 |
// echo'<p class="content-subtitle-noshade-size1">a subtitle here</p>'
|
| 9 |
?>
|
| 10 |
<div class="content-txtbox-shade">
|
| 11 |
|
| 12 |
<span class="taxonomy"><?php print $terms?></span>
|
| 13 |
<?php print ($content) ?>
|
| 14 |
<?php if ($links): ?>
|
| 15 |
<p class="readmore align-right"><?php print $links ?></p>
|
| 16 |
<?php endif ; ?>
|
| 17 |
</div>
|
| 18 |
</div>
|
| 19 |
</div>
|