31 $version_update_id = implode(
'.', array(__CLASS__,
__XE_VERSION__,
'updated'));
38 $config_parse = explode(
'.', $config->skin);
39 if(count($config_parse) > 1)
41 $template_path = sprintf(
'./themes/%s/modules/communication/', $config_parse[0]);
52 if(!is_dir(
"./files/member_extra_info/new_message_flags"))
68 $version_update_id = implode(
'.', array(__CLASS__,
__XE_VERSION__,
'updated'));
72 if(!is_object($config))
74 $config =
new stdClass();
79 $config_parse = explode(
'.', $config->skin);
80 if(count($config_parse) > 1)
82 $template_path = sprintf(
'./themes/%s/modules/communication/', $config_parse[0]);
85 $config->skin = implode(
'|@|', $config_parse);
95 if(!is_dir(
"./files/member_extra_info/new_message_flags"))
getController($module_name)
$template_path
a path of directory where template files reside