For example, such a string
<?php echo $view->position('header', 'mgll-nostyle'); ?> Where to look for this file?
As far as you understand the use of a ready-made template, separate VIEW fragments should be in templates/you_template/layout or templates/you_template/block .
Source: https://ru.stackoverflow.com/questions/736319/
All Articles