diff options
Diffstat (limited to 'templates/show_add_shout.inc.php')
-rw-r--r-- | templates/show_add_shout.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index f3e36ffa..99d43390 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Post to Shoutbox')); ?> +<?php show_box_top(_('Post to Shoutbox'), 'box box_add_shout'); ?> <form method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/shout.php?action=add_shout"> <table class="tabledata" cellpadding="0" cellspacing="0"> <tr> |