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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Nov 2 12:03:18 2009 UTC (3 weeks, 2 days ago) by jmburnz
Branch: MAIN
CVS Tags: DRUPAL-6--4-1, DRUPAL-6--4-0, HEAD
Changes since 1.2: +9 -11 lines
File MIME type: text/x-php
NW Goliate One, the big update for the new 3.4 version
1 <?php // $Id: box.tpl.php,v 1.2 2008/08/12 16:44:42 jmburnz Exp $
2 /**
3 * @file box.tpl.php
4 *
5 * Theme implementation to display a box.
6 *
7 * @see template_preprocess()
8 */
9 ?>
10 <div class="box"><div class="box-wrapper">
11 <?php if ($title): ?>
12 <h2 class="title"><?php print $title; ?></h2>
13 <?php endif; ?>
14 <div class="content">
15 <?php print $content; ?>
16 </div>
17 </div></div> <!-- /box -->

  ViewVC Help
Powered by ViewVC 1.1.2