Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed May 29, 2012
1 parent 7970ce8 commit 5c44620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Menus/View/Elements/modules/admin/menu.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
echo $this->Html->link(
$this->Html->image('/assets/img/home.png', array('class' => 'logout-link')),
'/',
array('target' => '_blank', 'escape' => false, 'title' => __d('libs', 'Frontent :: Visit the frontend of the site'))
array('target' => '_blank', 'escape' => false, 'title' => __d('libs', 'Frontend :: Visit the frontend of the site'))
);
echo $this->Html->link(
$this->Html->image('/filemanager/img/icon.png', array('class' => 'logout-link')),
Expand Down

0 comments on commit 5c44620

Please sign in to comment.