summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3f7e42)
raw | patch | inline | side by side (parent: e3f7e42)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Jun 2005 06:45:37 +0000 (06:45 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Jun 2005 06:45:37 +0000 (06:45 +0000) |
plugins/gofon/macro/main.inc | patch | blob | history |
index 587ac104cf273154fd82cf7186498e10b0398c5b..074dd8166ab1e0eb6cd669940350d0dabbeb7cfd 100755 (executable)
/* Page header*/
if (isset($_SESSION['objectinfo'])){
- $display= print_header(get_template_path('images/application.png'), _("Macro management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+ $display= print_header(get_template_path('images/macros.png'), _("Macro management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_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? */