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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Nov 2 20:35:16 2005 UTC (4 years ago) by eaton
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial commit of a Movable Type 3.2 compatability theme. Reproduces (with some hitches) the default MT 3.2 layout, allowing drupal sites to use CSS based Movable Type skins.
1 <h2 class="date-header"><?php print format_date($node->created) ?></h2>
2 <a id="a$node->nid"></a>
3 <div class="entry" id="entry-<$MTEntryID$>">
4 <h3 class="entry-header"><?php print $title ?></h3>
5 <div class="entry-content">
6 <div class="entry-body">
7 <?php print $content ?>
8 <p class="entry-footer">
9 <span class="post-footers"><?php print $submitted ?></span> <span class="separator">|</span> <?php print $links ?>
10 </p>
11 </div>
12 </div>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2