summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-09-28 19:44:53 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-09-28 19:44:53 +0200
commit4931fbb3720ca050eb7719a9b09471e950b0f334 (patch)
treeb5bb93d3237a509104a158c134752d873a48ff60 /includes/sys_template.php
parentbd2a8b441f16c6a1beb0b38e787be3d75a1b8da2 (diff)
replace icons with glyphicons
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php4
1 files changed, 0 insertions, 4 deletions
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 '<a href="' . htmlspecialchars($link) . '"><img src="pic/icons/' . htmlspecialchars($icon) . '.png" alt="' . $text . '" ' . (empty($text) ? '' : 'title="' . $text . '"') . '>' . (empty($extra_text) ? '' : ' ' . $extra_text) . '</a>';
-}
-
function ReplaceSmilies($neueckig) {
$neueckig = str_replace(";o))", "<img src=\"pic/smiles/icon_redface.gif\">", $neueckig);
$neueckig = str_replace(":-))", "<img src=\"pic/smiles/icon_redface.gif\">", $neueckig);