summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-21 16:10:24 +0400
committerAndrew Dolgov <[email protected]>2011-11-21 16:13:47 +0400
commit56d7e943532a8f100bcd8d2e1b9958cc1ce2e18b (patch)
treee20b3e83274617d88e67ffea09cb83e0e6246daf /functions.php
parent620c22aada7358d59009c63d6c2920bf47ca4f7e (diff)
use css for help overlay, css cleanup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php12
1 files changed, 0 insertions, 12 deletions
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 = "&nbsp;") {
- print "<table width='100%' class='$classname' cellspacing='0' cellpadding='0'>";
- print "<tr><td class='c1'>&nbsp;</td><td class='top'>$header</td><td class='c2'>&nbsp;</td></tr>";
- print "<tr><td class='left'>&nbsp;</td><td class='content'>";
- }
-
- function rounded_table_end($footer = "&nbsp;") {
- print "</td><td class='right'>&nbsp;</td></tr>";
- print "<tr><td class='c4'>&nbsp;</td><td class='bottom'>$footer</td><td class='c3'>&nbsp;</td></tr>";
- print "</table>";
- }
-
function feed_has_icon($id) {
return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0;
}