How to separate blocks when editing a template?
Example:
<?php echo $ output->blocks('course_summary', 'cssCourse'); ?>
I want to use the block with the ID of the final course, but it does not appear on the first page ...
.................................................. ..............
Or another thought, but cannot develop further:
<?php echo $output->login_info(); ?>
It prints information for entering the block, which makes it possible to create a journal and edit a profile, etc. But I can about other blocks or disassemble the login information in order to separate, for example, Avatar User, his name ... etc ..
Still waiting for help ...
source share