5 * Theme implementation to display a box.
9 * - $content: Box content.
11 * @see template_preprocess()
14 <div
class="box"><div
class="box-inner">
17 <h2
class="title"><?php
print $title; ?
></h2
>
21 <?php
print $content; ?
>
24 </div
></div
> <!-- /box
-inner
, /box
-->