Skip to content

Commit

Permalink
Merge pull request #2 from mydesign/patch-2
Browse files Browse the repository at this point in the history
website url
  • Loading branch information
samdark committed Mar 11, 2015
2 parents 9121fc9 + 5d15c56 commit 9a72a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
]);
$menuItems = [
['label' => 'Website', 'url' => 'http://shop.local'],
['label' => 'Website', 'url' => '/'],
['label' => 'Categories', 'url' => ['/category/index']],
['label' => 'Products', 'url' => ['/product/index']],
['label' => 'Orders', 'url' => ['/order/index']]
Expand Down

0 comments on commit 9a72a71

Please sign in to comment.