mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
issue 160 when new menu add in sitemap.
get module list by created module instance git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9247 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
28c8c97343
commit
ad8da09158
4 changed files with 38 additions and 4 deletions
|
|
@ -1514,6 +1514,15 @@
|
|||
$this->add('results', $list);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief already instance created module list
|
||||
**/
|
||||
function getModuleListByInstance($columnList = array())
|
||||
{
|
||||
$output = executeQueryArray('module.getModuleListByInstance', $args, $columnList);
|
||||
return $output;
|
||||
}
|
||||
|
||||
function getLangByLangcode()
|
||||
{
|
||||
$langCode = Context::get('langCode');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue