From a3ca60ed4ecf684abf6d98788178512f700cc7ab Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 21 Jun 2005 06:45:37 +0000 Subject: [PATCH] Activated own icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/macro/main.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofon/macro/main.inc b/plugins/gofon/macro/main.inc index 587ac104c..074dd8166 100755 --- a/plugins/gofon/macro/main.inc +++ b/plugins/gofon/macro/main.inc @@ -35,9 +35,9 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/application.png'), _("Macro management"), "\"\" ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/macros.png'), _("Macro management"), "\"\" ".$_SESSION['objectinfo']); } else { - $display= print_header(get_template_path('images/application.png'), _("Macro management")); + $display= print_header(get_template_path('images/macros.png'), _("Macro management")); } /* Reset requested? */ -- 2.30.2