Dear Readers
if you need to remove the sugerCRM footer then follow this
Open the file
include/MVC/Views/SugarView.php
change the line var $options = array('show_header' => true, 'show_title' => true, 'show_subpanels' => true, 'show_search' => true, 'show_footer' => false, 'show_javascript' => true, 'view_print' => false,);
'show_footer' => false
By default its is true
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
if you need to remove the sugerCRM footer then follow this
Open the file
include/MVC/Views/SugarView.php
change the line var $options = array('show_header' => true, 'show_title' => true, 'show_subpanels' => true, 'show_search' => true, 'show_footer' => false, 'show_javascript' => true, 'view_print' => false,);
'show_footer' => false
By default its is true
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon