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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Nov 3 08:53:01 2007 UTC (2 years ago) by manuelcillero
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +6 -3 lines
File MIME type: text/x-php
Added cvs headers and styles reviewed for IE.
1 <?php /* $Id$
2 CristalX4Drupal Theme
3 */
4 ?>
5 <?php phptemplate_comment_wrapper(NULL, $node->type); ?>
6
7 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
8
9 <?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; ?>
10
11 <?php if ($submitted): ?>
12 <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))) ?></span>
13 <?php endif; ?>
14
15 <div class="picture-<?php print $node->type; ?>"><?php print $picture ?></div>
16
17 <div class="content">
18 <?php print $content ?>
19
20 </div>
21
22 <div class="clear-block clear">
23 <div class="meta">
24 <?php if ($taxonomy): ?>
25 <div class="terms"><?php print $terms ?></div>
26 <?php endif;?>
27 </div>
28
29 <?php if ($links): ?>
30 <div class="links noprint"><?php print $links; ?></div>
31 <?php endif; ?>
32 </div>
33
34 </div>
35
36

  ViewVC Help
Powered by ViewVC 1.1.2