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

Contents of /contributions/themes/ad_agency/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 Oct 31 08:31:01 2007 UTC (2 years ago) by themester
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
initial version
1 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <div class="blockinner">
3
4 <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?>
5
6 <div class="content">
7 <?php print $block->content; ?>
8 </div>
9
10 </div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2