From 4931fbb3720ca050eb7719a9b09471e950b0f334 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 28 Sep 2014 19:44:53 +0200 Subject: replace icons with glyphicons --- includes/sys_template.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index bf0e81fc..e707ab71 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -373,10 +373,6 @@ function html_select_key($id, $name, $rows, $selected) { return $html; } -function img_button($link, $icon, $text, $extra_text = '') { - return '' . $text . '' . (empty($extra_text) ? '' : ' ' . $extra_text) . ''; -} - function ReplaceSmilies($neueckig) { $neueckig = str_replace(";o))", "", $neueckig); $neueckig = str_replace(":-))", "", $neueckig); -- cgit v1.2.3-54-g00ecf