From 0745839a9590a1efb74f4f4d1940bdb67c90cfc8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 06:35:13 +0100 Subject: localize help dialogs --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index a8cb09fe4..ac949dd49 100644 --- a/functions.php +++ b/functions.php @@ -5517,15 +5517,15 @@ } } - function rounded_table_start($classname) { + function rounded_table_start($classname, $header = " ") { print ""; - print ""; + print ""; print ""; - print ""; + print ""; print "
   
 $header 
 "; } - function rounded_table_end() { + function rounded_table_end($footer = " ") { print " 
   
 $footer 
"; } -- cgit v1.2.3