version ' . $tIni['version'] . ''] = $sPriority . 'mods_' . $sType . '_' . $sModule . '::index'; } } } //$tModules=scandir(_root::getConfigVar('path.module')).'/mods/normal'; $tTitle = array( 'market', 'coucheModel', 'modules', 'modulesEmbedded', 'views', 'databasesEmbedded', 'unitTest', ); $tLink = array(); foreach ($tTitle as $sTitle) { if (isset($tLinkModule[$sTitle])) { $tLinkModuleCat = $tLinkModule[$sTitle]; asort($tLinkModuleCat); $tLink[tr('menu_' . $sTitle)] = 'title'; foreach ($tLinkModuleCat as $sLabel => $sLink) { $tLink[$sLabel] = substr($sLink, 3); } } } $oTpl = $this->getView('project'); $oTpl->tLink = $tLink; $oTpl->sTypeApp = $sTypeApp; return $oTpl; } }