3
How to use blocks to get layout elements?
Example:
<?php echo $OUTPUT->blocks('course_summary', 'cssCourse'); ?>
I want to use the block with the course_summary id, only it does not appear on the first page...
................................................................
Or something else I found I couldn’t develop further on top is this:
<?php echo $OUTPUT->login_info(); ?>
It prints the block of login information, where you can do loggof and edit profile, etc... But I can no longer get over the other blocks, nor disassemble the login info to separate for example the user’s avatar from his name...etc...
I keep waiting for help and examples...