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

Contents of /contributions/themes/moleskine/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jul 11 22:10:10 2008 UTC (16 months, 2 weeks ago) by couzinhub
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-7--1, DRUPAL-6--1
File MIME type: text/x-php
Initial release of Moleskine
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
5 <div class="blockinner">
6 <h2 class="title"> <?php print $block->subject; ?> </h2>
7 <div class="content">
8 <?php print $block->content; ?>
9 </div>
10 </div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2