How to use the 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 ... Home .................................................. (I.e. Home Or something else that I found the most I could not develop further on is this:
<?php echo $OUTPUT->login_info(); ?>
It prints the login information block, where you can log and edit profile, etc ... But I can not get over the other blocks, nor dismount the login info to separate for example the user avatar of his name ... etc ...
I'm still waiting for help and examples ...