|
@@ -176,7 +176,9 @@ if(api_is_platform_admin()) {
|
|
|
echo '<li><a href="filler.php">'.get_lang('DataFiller').'</a></li>';
|
|
|
}
|
|
|
?>
|
|
|
- <li><a href="event_type.php"><?php print get_lang('events_title') ?></a></li>
|
|
|
+ <?php if (api_get_setting('activate_send_event_by_mail') === 'true'): ?>
|
|
|
+ <li><a href="event_type.php"><?php print get_lang('events_title'); ?></a></li>
|
|
|
+ <?php endif ?>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|