Created
March 29, 2016 11:06
-
-
Save CB9TOIIIA/ebc6add6245abd72396f to your computer and use it in GitHub Desktop.
Создать модуль Joomla php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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
Uh oh!
There was an error while loading. Please reload this page.