<?php     
defined('C5_EXECUTE') or die("Access Denied.");
/* 
No difference between add and edit, so use the edit to
provide the guts of Add.
*/
$this->inc('edit.php');

