Skip to content

Commit

Permalink
[Admin] hides Admin Menu as long the module is incomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Jun 9, 2015
1 parent 55c213c commit 62704df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/Admin/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'route' => 'lang/admin',
'order' => 1000,
'resource' => 'route/lang/admin',

'visible' => false,
'pages' => array(
'list' => array(
'label' => /*@translate*/ 'Global Settings',
Expand Down
2 changes: 1 addition & 1 deletion module/Auth/view/mail/register.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

<p>Zur Bestätigung Ihrer Registrierung und Freischaltung Ihres Kontos klicken Sie bitte auf folgenden Link:</p>

<?php echo $this->confirmationlink; ?>
<a href="<?php echo $this->confirmationlink; ?>"><?php echo $this->confirmationlink; ?></a>

<?php echo $this->partial('mail/footer'); ?>

0 comments on commit 62704df

Please sign in to comment.