using functions from other plugins to get data or ..
Administrators Thanked: 265 times
In Siena you just do this:
require_once
cot_incfile(
'module_name'
,
'module'
);
or to reuse plugin functions:
'plugin_name'
'plug'
You can also detect if that module or plugin is loaded on site:
if
(cot_plugin_active(
))
{
// ...
}
(cot_module_active(