diff options
Diffstat (limited to 'templates/show_search_options.inc.php')
-rw-r--r-- | templates/show_search_options.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php index b1d7e3e3..f8ae35d1 100644 --- a/templates/show_search_options.inc.php +++ b/templates/show_search_options.inc.php @@ -20,7 +20,7 @@ * */ ?> -<?php show_box_top(T_('Options'),'info-box'); ?> +<?php UI::show_box_top(T_('Options'),'info-box'); ?> <div id="information_actions"> <ul> <li> @@ -35,4 +35,4 @@ <?php } ?> </ul> </div> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |