Commit Diff


commit - 35107dd229430d12f28423a2aecd4f81ff85d68d
commit + 8a7070db4ab51a9ef06f1ebf5bd1eba854bf9d7b
blob - 47305996479aff1eec5fe02073eee3d54d9b0c56
blob + 6b7d607562d64f1d59ce0c9433b5f5a80cf556e9
--- templates/menu.tpl
+++ templates/menu.tpl
@@ -19,7 +19,7 @@
 		<?php } ?>
 		<li><a target="_top" href="add-alias.php<?php if (isset($domain)) echo '?domain=' . $domain; ?>"><?php echo $LANG['Menu_add_alias']; ?></a></li>
 		<li><a target="_top" href="add-mailbox.php<?php if (isset($domain)) echo '?domain=' . $domain; ?>"><?php echo $LANG['Menu_add_mailbox']; ?></a></li>
-		<li><a target="_top" href="viewlog.php"><?php echo $LANG['Menu_viewlog']; ?></a></li>
+		<li><a target="_top" href="viewlog.php<?php if (isset($domain)) echo '?domain=' . $domain; ?>"><?php echo $LANG['Menu_viewlog']; ?></a></li>
 	<?php } ?>
 	<li><a target="_top" href="logout.php"><?php echo $LANG['Menu_logout']; ?></a></li>
 </ul>