~ubuntu-branches/ubuntu/jaunty/drupal6/jaunty-updates

« back to all changes in this revision

Viewing changes to themes/pushbutton/block.tpl.php

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2008-10-24 23:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20081024230615-a33t46nwna16bynv
Tags: upstream-6.6
ImportĀ upstreamĀ versionĀ 6.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
// $Id: block.tpl.php,v 1.2 2007/08/07 08:39:36 goba Exp $
 
3
?>
 
4
<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
 
5
  <div class="title"><h3><?php print $block->subject ?></h3></div>
 
6
  <div class="content"><?php print $block->content ?></div>
 
7
</div>
 
 
b'\\ No newline at end of file'