Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created March 29, 2016 11:06
Show Gist options
  • Save CB9TOIIIA/ebc6add6245abd72396f to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/ebc6add6245abd72396f to your computer and use it in GitHub Desktop.
Создать модуль Joomla php
<?php
$pos = "honda-probeg-txt";
$modules =& JModuleHelper::getModules($pos);
$attribs['style'] = 'xhtml';
foreach ($modules as $module){
echo JModuleHelper::renderModule($module, $attribs);
}
?>
@CB9TOIIIA
Copy link
Author

CB9TOIIIA commented Jun 21, 2016

<?php $pos = "honda-probeg-txt";
$modules = JModuleHelper::getModules($pos);
$attribs['style'] = 'xhtml';
foreach ($modules as $module){
    echo JModuleHelper::renderModule($module, $attribs);
} ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment