fix the shop admin screen icon
This commit is contained in:
parent
96837fbfd4
commit
1e798c23d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue