Labels in left_nav

dkdipak wrote on Tuesday, December 17, 2013:

Is there any I can change the “labels” in Left navigation? Also, Can I add more Menu. Any help is appreciated, I am novice to Dev.

Thanks,
Dipak

visolveemr wrote on Tuesday, December 17, 2013:

Hi
Yes you can modify the existing menu or add new menu’s to the left navigation by customizing the file interface/main/left_nav.php

Thanks
OpenEMR Customization/Support provider,
ViSolve Inc
services@visolve.com

dkdipak wrote on Tuesday, December 17, 2013:

I was unable to rename the Existing Labels from “left_nav”, can you please direct me toward line#. for example I want to change “Fees” to “Biller Area”

Thanks,
Dipak

mdsupport wrote on Tuesday, December 17, 2013:

Since all labels go through translations engine you could use that route.

visolveemr wrote on Wednesday, December 18, 2013:

Hi
you can modify it by changing “Fees” to “Biller Area” at lines 1089 and 1207 in /interface/main/left_nav.php file(OpenEMR 4.1.2)

Thanks
OpenEMR Customization/Support provider,
ViSolve Inc
services@visolve.com

dkdipak wrote on Wednesday, December 18, 2013:

Thanks visolve, it helped me a lot!!!