Skip to content

Commit

Permalink
Bug: 13002 Honor $conf['share']['no_sharing'] in dynamic view.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 7, 2014
1 parent 5a5befa commit ee8372e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kronolith/templates/chunks/calendar.php
Expand Up @@ -69,12 +69,14 @@
<li class="horde-active"><a href="#" class="kronolithTabLink" id="kronolithCalendarinternalLinkDescription"><?php echo _("Description") ?></a></li>
<li><a href="#" class="kronolithTabLink" id="kronolithCalendarinternalLinkTags"><?php echo _("Tags") ?></a></li>
</ul>
<?php if (empty($GLOBALS['conf']['share']['no_sharing'])):?>
<span>
<span class="kronolithSeparator">|</span>
<ul>
<li><a href="#" class="kronolithTabLink" id="kronolithCalendarinternalLinkPerms"><?php echo _("Sharing") ?></a></li>
</ul>
</span>
<?php endif;?>
<span>
<span class="kronolithSeparator">|</span>
<ul>
Expand Down

0 comments on commit ee8372e

Please sign in to comment.