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

Contents of /contributions/themes/mt/block.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 <div class="<?php print "module-$block->module module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
2 <h2 class="module-header"><?php print $block->subject ?></h2>
3 <div class="module-content"><?php print $block->content ?></div>
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2