Skip to content

Instantly share code, notes, and snippets.

@cave2006
Created April 6, 2022 23:26
Show Gist options
  • Save cave2006/2ef692489dac56d2924eb57d290f6693 to your computer and use it in GitHub Desktop.
Save cave2006/2ef692489dac56d2924eb57d290f6693 to your computer and use it in GitHub Desktop.
Вывод модулей в шаблоне компонента
<?php
$document = &JFactory::getDocument();
$renderer = $document->loadRenderer('modules');
$options = array('style' => 'xhtml');
$position = 'breadcrumbs';
echo $renderer->render($position, $options, null);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment