4 lines
165 B
PHP
Executable File
4 lines
165 B
PHP
Executable File
<?php
|
|
$calendarHookFile = $app->getExtensionRoot() . 'biz/my/ext/view/effort.calendar.html.hook.php';
|
|
if(file_exists($calendarHookFile)) include $calendarHookFile;
|