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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jul 29 05:03:02 2008 UTC (16 months ago) by couzinhub
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +7 -0 lines
File MIME type: text/x-php
revision of templates and css
1 <?php // $Id: box.tpl.php,v 1.1.2.1 2008/07/22 23:35:28 couzinhub Exp $ ?>
2
3 <div class="box">
4 <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
5 <div class="content"><?php print $content; ?></div>
6 </div>
7

  ViewVC Help
Powered by ViewVC 1.1.2