* @copyright Copyright (c) 2018 Ranganath Pathak * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ if ($_SESSION ['language_direction'] == 'ltr') { $help_icon_title = "To enable help - Go to the User Name on top right > Settings > Features > Enable Help Modal"; } elseif ($_SESSION ['language_direction'] == 'rtl') { $help_icon_title = "To enable help - Go to the User Name on top left > Settings > Features > Enable Help Modal"; } if ($GLOBALS['enable_help'] == 1) { $help_icon = ''; } elseif ($GLOBALS['enable_help'] == 2) { $help_icon = ''; } elseif ($GLOBALS['enable_help'] == 0) { $help_icon = ''; }