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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Wed May 13 11:14:06 2009 UTC (6 months, 2 weeks ago) by robby
Branch: MAIN
CVS Tags: DRUPAL-6--1-5, DRUPAL-6--1-6, HEAD
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
some little php variables rewriting changes in page.tpl.php
1 <?php
2 // $Id: box.tpl.php,v 1.1 2008/04/20 00:00:03 robby Exp $
3 // beginning drupal 6.x theme, created by robin / biboo.net / gazwal.com
4 ?>
5 <div class="box">
6 <?php if ($title) { ?>
7 <h2 class="title"><?php print $title; ?></h2>
8 <?php } ?>
9 <div class="content"><?php print $content; ?></div>
10 </div>
11

  ViewVC Help
Powered by ViewVC 1.1.2