linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file error.php

Documentation is available at error.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage config_files
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10. include_once("../config/define.php");
  11. include_once('../languages/'.U_L.'/lang_common.' CHARSET '.php');
  12.  
  13. $backlinkCURRENT_APP_URL ."index.php?rub=".$GLOBALS['links'][U_L]['search']['linkvalue'];
  14.  
  15. echo '<?xml version="1.0" encoding="'.CHARSET.'" xml:lang="'U_L .'">'.END_LINE;
  16. ?>
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  18.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo U_L?>">
  20. <head>
  21. <meta HTTP-EQUIV="Refresh" CONTENT="<?php echo CONFIRM_REFRESH?>;URL=<?php echo $backlink?>">
  22. <meta http-equiv="content-language" content="<?php echo U_L?>" />
  23. <meta http-equiv="content-type" content="text/html; charset=<?php echo CHARSET?>" />
  24. <title><?php echo _t('header','title')?></title>
  25. <link type="text/css" rel="StyleSheet" href="<?php echo THEME_ADMIN_PATH?>css/actionconfirm.css" />
  26. </head>
  27. <body>
  28. <h1 class="error"><?php echo _t('divers''404')?></h1>
  29. </body>
  30. </html>
  31. <?php
  32. ?>

Documentation generated on Thu, 20 Mar 2014 16:47:56 +0100 by phpDocumentor 1.4.1