/[drupal]/contributions/themes/lightfantastic/block-sidebar_right.tpl.php
ViewVC logotype

Contents of /contributions/themes/lightfantastic/block-sidebar_right.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Sun May 25 17:43:26 2008 UTC (18 months ago) by brauerranch
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
#260725 (mustafau, jbrauer) Add RCS ID tags to all files.
1 <?php // $Id$ ?>
2 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="sidebar_right block-<?php print $block->module ?>">
3 <div class="box">
4 <?php if (!empty($block->subject)): ?>
5 <h2><?php print $block->subject ?></h2>
6 <?php endif;?>
7 <div class="content"><?php print $block->content ?></div>
8 </div>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2