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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Dec 7 02:32:31 2008 UTC (11 months, 2 weeks ago) by heshanmw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Update theme , remove unnessary HTML and the padding margins
1
2 <?php phptemplate_comment_wrapper(NULL, $node->type); ?>
3
4 <div class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
5
6 <?php if ($page == 0): ?><h2 class="node-title"><a class="link-title" href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2><?php endif; ?>
7
8 <?php if ($submitted): ?>
9 <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))) ?></span>
10 <?php endif; ?>
11
12 <div class="picture-<?php print $node->type; ?>"><?php print $picture ?></div>
13
14 <div class="content">
15 <?php print $content ?>
16
17 </div>
18
19 <div class="clear-block clear">
20 <div class="meta">
21 <?php if ($taxonomy): ?>
22 <div class="terms"><?php print $terms ?></div>
23 <?php endif;?>
24 </div>
25
26 <?php if ($links): ?>
27 <div class="links noprint"><?php print $links; ?></div>
28 <?php endif; ?>
29 </div>
30
31 </div>
32
33

  ViewVC Help
Powered by ViewVC 1.1.2