Skip to content
Snippets Groups Projects
Commit 3ad65038 authored by Satish's avatar Satish
Browse files

Vtlib api to add settings link in CRM

parent c6ff857f
No related branches found
No related tags found
No related merge requests found
......@@ -764,6 +764,13 @@ function vtlib_mime_content_type($filename) {
return Vtiger_Functions::mime_content_type($filename);
}
/**
* Function to add settings entry in CRM settings page
* @param string $linkName
* @param string $linkURL
* @param string $blockName
* @return boolean true/false
*/
function vtlib_addSettingsLink($linkName, $linkURL, $blockName = false) {
$success = true;
$db = PearDatabase::getInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment