Remove left menu on notes and lookup popup windows
Brought to you by:
greg_k,
mjbrenegan
When viewing notes.php and lookup.php from a popup
window (i.e. from results.php), the menu shouldn't be
displayed. However, as the menu and other functions are
defined in header.php, this file will need
restructuring to be able to handle that.
Probably along the lines of moving class / function
definitions into a separate PHP file which will then
get included in each PHP file when required (i.e.
during a if check on $_SERVER['HTTP_REFERER'])