/[drupal]/contributions/themes/civicspace/node-forum.tpl.php
ViewVC logotype

Contents of /contributions/themes/civicspace/node-forum.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Aug 29 21:51:57 2005 UTC (4 years, 3 months ago) by robinmonks
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2, DRUPAL-4-7
Changes since 1.2: +1 -0 lines
File MIME type: text/x-php
Add correct info strings to all files.
1 <?php /* $Id: Exp $ */ ?>
2 <div class="forum <?php print 'node-'.$node->type; print ($sticky) ? " sticky" : ""; ?>">
3 <!-- Node header -->
4 <div class="header">
5 <?php if (!$page) { ?>
6 <h2 class="title">
7 <?php if (!(arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2)))) { ?>
8 <a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a>
9 <?php } else { ?>
10 <?php print $title ?> <a href="<?php print $node_url ?>" rel="bookmark" class="permalink" title="Permanent link to <?php print $title ?>">#</a>
11 <?php } ?>
12 </h2>
13 <?php } ?>
14 <?php if ($submitted): ?>
15 <div class="submitted">
16 <small><?php print $submitted ?></small>
17 </div>
18 <?php endif; ?>
19 </div>
20
21 <!-- Node content -->
22 <div class="content">
23 <?php if ($page) : ?>
24 <div id="local-tasks">
25 <?php print theme('menu_local_tasks'); ?>
26 </div>
27 <?php endif; ?>
28
29 <?php print civicspace_word_split(phptemplate_wrap_content($content)); ?>
30
31 <?php if (!$page && $node->readmore) { ?>
32 <div class="read-more">
33 <?php print l(t('Read the rest of this entry...'),'node/'. $node->nid); ?>
34 </div>
35 <?php } ?>
36 </div>
37
38 <?php if ($links): ?>
39 <!-- Node footer -->
40 <div class="footer">
41 <div class="links">
42 <?php if ($terms): ?> <span class="postmetadata">Posted in <?php print $terms ?></span> | <?php endif; ?><?php print $links ?> &#187;</p>
43 </div>
44 </div>
45 <?php endif; ?>
46 </div>

  ViewVC Help
Powered by ViewVC 1.1.2