redray
2009-03-06 649d63974b9a3a9d6042892d00e0377022cb44c9
interface/lib/app.inc.php
@@ -120,17 +120,19 @@
<head>
<title>Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../themes/default/style.css" rel="stylesheet" type="text/css" />
<link href="../themes/default/css/central.css" rel="stylesheet" type="text/css" />
</head>
<body>
<br /><br /><br />
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="error"><b>Error:</b><br />'.$msg;
      if($next_link != '') $msg .= '<a href="'.$next_link.'">Next</a><br />';
      $msg .= '</td>
</tr>
</table>
<div class="uniForm">
  <div id="errorMsg">
    <h3>Error</h3>
      <ol>
        <li>'.$msg;
         if($next_link != '') $msg .= '<a href="'.$next_link.'">Next</a>';
         $msg .= '</li>
      </ol>
  </div>
</div>
</body>
</html>';
         die($msg);