home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
CMS
/
drupal-6.0.exe
/
drupal-6.0
/
themes
/
pushbutton
/
box.tpl.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2007-08-07
|
232 b
|
9 lines
<?php
// $Id: box.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
?>
<div class="box">
<?php if ($title): ?>
<h2 class="title"><?php print $title ?></h2>
<?php endif; ?>
<div class="content"><?php print $content ?></div>
</div>