redirect_url = $url; } public function setEmail($addr) { $this->emailaddress = htmlspecialchars($addr); } protected function html_content() { if (!empty($this->_title)) echo '

Press #RU to continue

'; if (!empty($this->_subtemplates)) { foreach ($this->_subtemplates as $template) $template->html_main(); } echo '
'; // Throw in a redirect url if asked for. if (!empty($this->redirect_url)) echo ' '; echo '
'; } }