diff options
Diffstat (limited to 'modules/system/box.tpl.php')
-rw-r--r-- | modules/system/box.tpl.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/system/box.tpl.php b/modules/system/box.tpl.php index 338bf8c63..796c3dcfe 100644 --- a/modules/system/box.tpl.php +++ b/modules/system/box.tpl.php @@ -1,5 +1,17 @@ <?php // $Id$ + +/** + * @file box.tpl.php + * + * Theme implementation to display a box. + * + * Available variables: + * - $title: Box title. + * - $content: Box content. + * + * @see template_preprocess() + */ ?> <div class="box"> |