/[drupal]/contributions/themes/atck/box.tpl.php
ViewVC logotype

Contents of /contributions/themes/atck/box.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 20 23:24:06 2007 UTC (2 years, 1 month ago) by calebg
Branch: MAIN
CVS Tags: DRUPAL-5--5-0, DRUPAL-5--6-0, DRUPAL-5--3-0, DRUPAL-5--4-0, DRUPAL-5--1-0, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0, DRUPAL-6--1-0, DRUPAL-6--4-0, HEAD
Branch point for: DRUPAL-5--3, DRUPAL-6--1, DRUPAL-6--2, DRUPAL-6--3, DRUPAL-6--4, DRUPAL-5--5, DRUPAL-5--4, DRUPAL-5--6
File MIME type: text/x-php
Initial commit of atck. Advanced Theme Construction Kit
1 <div class="box">
2 <?php if ($title): ?>
3 <h2><?php print $title; ?></h2>
4 <?php endif; ?>
5 <div class="content">
6 <?php print $content; ?>
7 </div>
8 </div>
9

  ViewVC Help
Powered by ViewVC 1.1.2