ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/denied.php
Go to the documentation of this file.
00001 <?php
00010 require('includes/application_top.php');
00011 
00012 ?>
00013 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
00014 <html <?php echo HTML_PARAMS; ?>>
00015 <head>
00016 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
00017 <title><?php echo TITLE; ?></title>
00018 <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
00019 <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
00020 <link rel="stylesheet" type="text/css" href="includes/admin_access.css" />
00021 <script language="javascript" src="includes/menu.js"></script>
00022 <script language="javascript" src="includes/general.js"></script>
00023 <script type="text/javascript">
00024   <!--
00025   function init()
00026   {
00027     cssjsmenu('navbar');
00028     if (document.getElementById)
00029     {
00030       var kill = document.getElementById('hoverJS');
00031       kill.disabled = true;
00032     }
00033   }
00034   // -->
00035 </script>
00036 </head>
00037 <body onload="init()">
00038 <!-- header //-->
00039 <?php require(DIR_WS_INCLUDES . 'header.php'); ?>
00040 <!-- header_eof //-->
00041 
00042 <!-- body //-->
00043 <div id="pageWrapper">
00044   <h1><?php echo TEXT_ACCESS_DENIED ?></h1>
00045   <h1><?php echo TEXT_CONTACT_SITE_ADMIN ?></h1>
00046   <h1><?php echo TEXT_APOLOGY ?></h1>
00047 </div>
00048 <!-- body_eof //-->
00049 
00050 <!-- footer //-->
00051 <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
00052 <!-- footer_eof //-->
00053 <br>
00054 </body>
00055 </html>
00056 <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
 All Data Structures Namespaces Files Functions Variables Enumerations