/[drupal]/contributions/sandbox/bonvga/fblike/block.tpl.php
ViewVC logotype

Contents of /contributions/sandbox/bonvga/fblike/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Nov 4 22:07:33 2007 UTC (2 years ago) by bonvga
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial import
1 <div class="block">
2 <?php if ($block->subject!=""): ?>
3 <div class="block-header">
4 <h3><?php print $block->subject ?></h3>
5 </div>
6 <?php endif; ?>
7 <div class="block-content">
8 <?php print $block->content ?>
9 </div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2