00001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 00002 <html> 00003 <head> 00004 <title>Error</title> 00005 <link rel="stylesheet" type="text/css" href="<?php echo root ?>skins/errors.css"> 00006 </head> 00007 00008 <body> 00009 00010 <div id="message"> 00011 00012 <h2>An unknown module was specified</h2> 00013 00014 <p> 00015 <?php echo $Path[0] ?> 00016 </p> 00017 00018 </div> 00019 00020 </body> 00021 </html>
1.5.5