Open Module Manager to publish the module.
';
}
function update($parent)
{
$modulebase = "mod_jt_contentslider";
$thumb_folder_0 ="/cache/".$modulebase."/";
$thumb_folder ="/cache/".$modulebase."/";
// Create thumbnail folder if not exist
if (!JFolder::exists(JPATH_BASE.$thumb_folder)) {
JFolder::create(JPATH_BASE.$thumb_folder);
JFile::write(JPATH_BASE.$thumb_folder_0.'/index.html', "");
JFile::write(JPATH_BASE.$thumb_folder.'/index.html', "");
}
echo '
The module has been updated to version 2.9 Open Module Manager to manage the module.
';
}
}