php - Are conditional includes in Moodle possible? -
in moodle, there way conditionally include file depending on course being displayed? there other php workaround conditionally including files in moodle?
essentially i'm trying edit incourse.php custom theme layout conditonally include different files based on course or page being displayed.
thx
yes, it's possible, moodle has global variable $course, can check realtime course info object in theme files, decide include.
Comments
Post a Comment