- Patch #372471: box.tpl.php is dead.
parent
417e2fc2bb
commit
f96d0a9ee9
|
|
@ -1,22 +0,0 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation to display a box.
|
||||
*
|
||||
* Available variables:
|
||||
* - $title: Box title.
|
||||
* - $content: Box content.
|
||||
*
|
||||
* @see template_preprocess()
|
||||
*/
|
||||
?>
|
||||
<div class="box">
|
||||
|
||||
<?php if ($title): ?>
|
||||
<h2><?php print $title ?></h2>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="content"><?php print $content ?></div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue