effort.calendar.html.hook.php 317 B

12345
  1. <?php if(common::hasPriv('user', 'effortcalendar')):?>
  2. <script>
  3. $('#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>');?>);
  4. </script>
  5. <?php endif;?>