/[drupal]/contributions/sandbox/bonvga/fblike/node.tpl.php
ViewVC logotype

Contents of /contributions/sandbox/bonvga/fblike/node.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Nov 4 22:07:33 2007 UTC (2 years ago) by bonvga
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial import
1 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <?php print $picture ?>
3 <?php if ($page == 0): ?><h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1><?php endif; ?>
4 <span class="submitted"><?php print $submitted ?></span>
5 <div class="content"><?php print $content ?></div>
6 <?php if ($terms != ""): ?><div class="taxonomy-header clearfix"><?php print t('Tags'); ?></div><div class="taxonomy"><?php print $terms ?></div><?php endif; ?>
7 <?php if ($links): ?><div class="links-header clearfix"><?php print t('Links'); ?></div><div class="links"><?php print $links ?></div><?php endif; ?>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2