diff options
Diffstat (limited to 'templates/show_dynamic.inc.php')
-rw-r--r-- | templates/show_dynamic.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_dynamic.inc.php b/templates/show_dynamic.inc.php index 1b16cfd9..67173b97 100644 --- a/templates/show_dynamic.inc.php +++ b/templates/show_dynamic.inc.php @@ -20,7 +20,7 @@ * */ ?> -<?php show_box_top(T_('Advanced Random Rules')); ?> +<?php UI::show_box_top(T_('Advanced Random Rules')); ?> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> <col id="col_field" /> @@ -85,4 +85,4 @@ </td> </tr> </table> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |