Skip to content
Snippets Groups Projects
Commit 2029b88f authored by Satish's avatar Satish
Browse files

Login page marketing content url updated

parent b7d46b8b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class Users_Login_View extends Vtiger_View_Controller {
foreach ($jsonData as $blockData) {
if ($blockData['type'] === 'feature') {
$blockData['heading'] = "What's new in Vtiger";
} else {
} else if ($blockData['type'] === 'news') {
$blockData['heading'] = "Latest News";
$blockData['image'] = '';
}
......
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