[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/public/ -> access_denied.php (source)

   1  <?php
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly.');
   4  }
   5  $titleBlock = new CTitleBlock('Access Denied', 'error.png', $m, "$m.$a");
   6  $titleBlock->show();
   7  ?>
   8  <table class="std" width="100%" border="0" cellpadding="5" cellspacing="0">
   9  <tr valign="top">
  10      <td width="50%"><?php echo $AppUI->_('accessDeniedMsg'); ?></td>
  11      <td width="50%">&nbsp;</td>
  12  </tr>
  13  </table>


Generated: Fri Jan 9 03:00:02 2009 Cross-referenced by PHPXref 0.7