33 $version_update_id = implode(
'.', array(__CLASS__,
__XE_VERSION__,
'updated'));
36 $config =
$oModuleModel->getModuleConfig(
'integration_search');
40 $config_parse = explode(
'.', $config->skin);
41 if(count($config_parse) > 1)
43 $template_path = sprintf(
'./themes/%s/modules/integration_search/', $config_parse[0]);
63 $version_update_id = implode(
'.', array(__CLASS__,
__XE_VERSION__,
'updated'));
70 $config_parse = explode(
'.', $config->skin);
71 if(count($config_parse) > 1)
73 $template_path = sprintf(
'./themes/%s/modules/integration_search/', $config_parse[0]);
76 $config->skin = implode(
'|@|', $config_parse);
getController($module_name)
$template_path
a path of directory where template files reside