add_lang('mods/instadisc'); // Set up the page $this->tpl_name = 'acp_instadisc'; $this->page_title = 'ACP_INSTADISC'; // Set up general vars $greeter = request_var('hello', '', true); $submit = isset($_POST['submit']) ? true : false; $hello = 'Starla'; if ($submit) { trigger_error(sprintf($user->lang['SAY_HELLO'], $greeter, $hello) . adm_back_link($this->u_action), E_USER_WARNING); } else { $template->assign_vars(array( 'S_HELLO' => $hello, 'S_SUBMIT' => $this->u_action )); } } }