/[drupal]/contributions/themes/tapestry/stripe4-pagebg.tpl.php
ViewVC logotype

Contents of /contributions/themes/tapestry/stripe4-pagebg.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 22 03:15:47 2008 UTC (21 months ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial Release for Drupal 5.0
1 <div class="customframeblock stripebox stripe4-box-page-bg block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <div class="boxborder">
3 <div class="bi">
4 <div class="bt"><div></div></div>
5 <div class="custom-inbox">
6 <h2 class="title"><?php print $block->subject; ?></h2>
7 <div class="content"><?php print $block->content; ?></div>
8 </div>
9 <div class="bb"><div></div></div>
10 </div>
11 </div>
12 </div>
13
14
15
16

  ViewVC Help
Powered by ViewVC 1.1.2