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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Dec 5 15:12:04 2006 UTC (2 years, 11 months ago) by frjo
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +4 -2 lines
File MIME type: text/x-php
First attempt at a Drupal 5 conversion for the Slash theme. Also made it easier to make new styles by seperating out only the colors to style.css for the styles.
1
2 <!-- start block -->
3 <div id="block-<?php print "$block->module-$block->delta" ?>" class="block block-<?php print $block->module ?>">
4 <?php if ($block->subject): ?>
5 <div class="title1"><div class="title2">
6 <h2><?php print $block->subject ?></h2>
7 </div></div>
8 <?php endif; ?>
9 <div class="content clear-block"><?php print $block->content ?></div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2