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

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -