/[drupal]/contributions/themes/multiflex/node.tpl.php
ViewVC logotype

Contents of /contributions/themes/multiflex/node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download) (as text)
Mon Jul 17 20:47:03 2006 UTC (3 years, 4 months ago) by lakka
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.4: +1 -1 lines
File MIME type: text/x-php
Corrected typo causing loss of top margins
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">&nbsp;</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>

  ViewVC Help
Powered by ViewVC 1.1.2