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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 31 14:03:18 2006 UTC (3 years, 2 months ago) by nickl
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
File MIME type: text/x-php
Theme contributed by SEO Position http://www.seoposition.com/
1 <?php
2 // $Id$
3 ?>
4 <div class="post<?php print ($sticky) ? " sticky" : ""; ?>">
5 <?php if ($page == 0) { ?>
6 <h1><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h1>
7 <?php } elseif ($picture) { ?>
8 <div class="left"><?php print $picture ?></div>
9 <?php }; ?>
10 <?php print $content ?>
11 <?php if ($links) { ?>
12 <h4><?php if ($terms) { print t("Posted in") . ' ' . $terms; }; ?>
13 <?php if ($submitted) { ?>
14 <?php print $submitted ?><br />
15 <?php }; ?>
16 <?php print $links ?></h4>
17 <?php } else { ?>
18 <div class="clearfix"><br /></div>
19 <?php }; ?>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2