From 1e798c23d88b9dacd56ddb21a12291fb225a2617 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 9 Jun 2008 23:17:10 +0000 Subject: [PATCH] fix the shop admin screen icon --- lib/WebGUI/Shop/Admin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/Admin.pm b/lib/WebGUI/Shop/Admin.pm index a468579a0..9c4aa5a72 100644 --- a/lib/WebGUI/Shop/Admin.pm +++ b/lib/WebGUI/Shop/Admin.pm @@ -59,7 +59,7 @@ Returns a reference to the admin console with all submenu items already added. sub getAdminConsole { my $self = shift; - my $ac = WebGUI::AdminConsole->new($self->session); + my $ac = WebGUI::AdminConsole->new($self->session, 'shop'); my $i18n = WebGUI::International->new($self->session, "Shop"); my $url = $self->session->url; $ac->addSubmenuItem($url->page("shop=admin"), $i18n->get("shop settings"));