Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Yoann
vtigercrm
Commits
3ad65038
Commit
3ad65038
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Vtlib api to add settings link in CRM
parent
c6ff857f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/utils/VtlibUtils.php
+7
-0
7 additions, 0 deletions
include/utils/VtlibUtils.php
with
7 additions
and
0 deletions
include/utils/VtlibUtils.php
+
7
−
0
View file @
3ad65038
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment