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

Diff of /contributions/themes/andreas09/block.tpl.php

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

revision 1.1, Fri May 12 03:57:52 2006 UTC revision 1.1.4.1, Mon May 28 22:02:37 2007 UTC
# Line 1  Line 1 
1    <?php
2    // $Id$
3    ?>
4  <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">  <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
5  <h1><?php print $block->subject; ?></h1>  <h1><?php print $block->subject; ?></h1>
6  <div class="content"><?php print $block->content; ?></div>  <div class="content"><?php print $block->content; ?></div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

  ViewVC Help
Powered by ViewVC 1.1.2