summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
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);