effort.calendar.html.hook.php 165 B

123
  1. <?php
  2. $calendarHookFile = $app->getExtensionRoot() . 'biz/my/ext/view/effort.calendar.html.hook.php';
  3. if(file_exists($calendarHookFile)) include $calendarHookFile;