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

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

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


Revision 1.6 - (show annotations) (download) (as text)
Thu Jul 17 08:22:49 2008 UTC (16 months, 1 week ago) by avioso
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
File MIME type: text/x-php
Added footer area
1 <?php
2 // Copyright 2008 Avioso Limited
3
4 // This file is part of .AD Novus.
5
6 // .AD Novus is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
10
11 // .AD Novus is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15
16 // You should have received a copy of the GNU General Public License
17 // along with .AD Novus. If not, see <http://www.gnu.org/licenses/>.
18 ?>
19 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
20 <?php if ($picture) {print $picture;}?>
21 <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
22 <?php if ($submitted) { ?><span class="submitted"><?php print $submitted?></span><?php } ?>
23 <div class="taxonomy"><?php if ($terms) {print "Published in" . $terms; }?></div>
24 <?php if ($links) { ?><div class="links-node"><?php print $links?></div><?php }; ?>
25 <br clear="all"/>
26 <div class="content"><?php print $content?></div>
27 </div>

  ViewVC Help
Powered by ViewVC 1.1.2