$title $value ABOUT_LINE; } function view () { $this->formStart(_DOWN_ABOUT); echo ''; echo << UNDER_HEADING; $this->aboutLine(_DOWN_TITLE_ABOUT, _DOWN_ABOUT_DESCRIBE); $this->aboutLine(_DOWN_VERSION_ABOUT, _REMOSITORY_VERSION); $this->aboutLine(_DOWN_AUTHOR_ABOUT,'Martin Brampton'); $this->aboutLine(_DOWN_WEBSITE_ABOUT,"www.remository.com"); $this->aboutLine(_DOWN_EMAIL_ABOUT,'martin@remository.com'); echo <<
 
 
UNDER_LAST; } } ?>