errors.tpl 283 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <p class="title">Welcome to the KnowledgeTree Setup Wizard</p> <div style="width: 800px;"> <?php if(isset($error)) echo $error; ?> <?php if($errors){ echo '<div class="error">'; foreach ($errors as $msg){ echo $msg . "<br />\n"; } echo '</div>'; } ?> </div>