From 56d7e943532a8f100bcd8d2e1b9958cc1ce2e18b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Nov 2011 16:10:24 +0400 Subject: use css for help overlay, css cleanup --- functions.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 83159e62c..498750851 100644 --- a/functions.php +++ b/functions.php @@ -5979,18 +5979,6 @@ } } - function rounded_table_start($classname, $header = " ") { - print ""; - print ""; - print ""; - print ""; - print "
 $header 
 "; - } - - function rounded_table_end($footer = " ") { - print " 
 $footer 
"; - } - function feed_has_icon($id) { return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0; } -- cgit v1.2.3