C
|
Chris Whitehead 5/21/2024 |
I don't have the calender template so can't see what calendar_functions.php is like. You could update it in the main project directory so it's always using that file to build your project with. Is it a class with static function or just functions? If it's a class and you don't want to change the original calendar_functions.php you can extend the class, have all your modifications in the extended part and include this in the initialise app under events. |