Difference between revisions of "Code - Adding a Feature"
From OpenEMR Project Wiki
Line 16: | Line 16: | ||
==Sample Commits That Add New Features== | ==Sample Commits That Add New Features== | ||
*[ | *[http://github.com/openemr/openemr/commit/15715f6c593a68c40ce7c00c5971720ec6d3aeeb#diff-0d81026c8ad0cbd67238d76a33300051 Patient List] | ||
Revision as of 15:19, 5 May 2014
Adding Options to Global
Creating a Webpage
Location
Most Code for New Pages Goes Into One of The Following Directories:
- interface/
- interface/main
<bt>
Sample Commits That Add New Features