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("../lib/functions_auth.php");
  11. include_once("../config/define.php")
  12. include_once("../config/server.php");
  13. include_once('../languages/'.LANGUAGE.'/lang_common.' CHARSET '.php');
  14. include_once('../lib/lang.php')
  15.  
  16. $backlink=SITE_CITY_URL."index.php?rub=".$GLOBALS['links'][LANGUAGE]['search']['linkvalue'];
  17.  
  18. echo '<?xml version="1.0" encoding="'.CHARSET.'" xml:lang="'LANGUAGE .'">'.END_LINE;
  19. ?>
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  21.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  22. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo LANGUAGE?>">
  23. <head>
  24. <meta HTTP-EQUIV="Refresh" CONTENT="<?php echo CONFIRM_REFRESH?>;URL=<?php echo $backlink?>">
  25. <meta http-equiv="content-language" content="<?php echo LANGUAGE?>" />
  26. <meta http-equiv="content-type" content="text/html; charset=<?php echo CHARSET?>" />
  27. <title><?php echo _t('header','title')?></title>
  28. <link type="text/css" rel="StyleSheet" href="<?php echo THEME_ADMIN_PATH?>css/actionconfirm.css" />
  29. </head>
  30. <body>
  31. <h1 class="error">
  32.     <?php echo _t('divers''404')?>
  33. </h1>
  34. </body>
  35. </html>
  36. <?php
  37. ?>

Documentation generated on Fri, 16 Oct 2009 09:32:37 +0200 by phpDocumentor 1.4.1