Difference between revisions of "Code - Adding a Feature"

From OpenEMR Project Wiki
Line 22: Line 22:
*interface/
*interface/
*interface/main
*interface/main
<br><bt>


<br><br>


==Sample Commits That Add New Features==
==Sample Commits That Add New Features==

Revision as of 15:32, 5 May 2014

Adding a Menu Item to Navigation Menu

Modify: interface/main/left_nav.php



Adding Options to Globals

Modify: library/globals.inc.php




Creating a Webpage

Location

Most Code for New Pages Goes Into One of The Following Directories:

  • interface/
  • interface/main






Sample Commits That Add New Features