6 lines
317 B
PHP
6 lines
317 B
PHP
<?php if(common::hasPriv('user', 'effortcalendar')):?>
|
|
<script>
|
|
$('#mainContent #contentNav ul.nav').prepend(<?php echo json_encode("<li id='effortcalendar'>" . html::a(inlink('effortcalendar', "userID={$user->id}"), '<i class="icon icon-back icon-sm"></i> ' . $lang->goback) . '</li>');?>);
|
|
</script>
|
|
<?php endif;?>
|