From: cajus Date: Tue, 21 Jun 2005 06:45:37 +0000 (+0000) Subject: Activated own icon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a3ca60ed4ecf684abf6d98788178512f700cc7ab;p=gosa.git Activated own icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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? */