PHP Classes

File: Script/_server/app/modules/main/views/core/error404.tpl.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/_server/app/modules/main/views/core/error404.tpl.php   Download  
File: Script/_server/app/modules/main/views/core/error404.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: H2OGame PHP Game Engine
Application to manage an online games platform
Author: By
Last change:
Date: 2 years ago
Size: 411 bytes
 

Contents

Class file image Download
<?php defined('H2O') or exit('Access denied') ?>

<p><strong><?php echo trans('Sorry, it is a Bad Request') ?></strong></p>
<p><strong><em><?php echo trans('Suggestions') ?></em></strong></p>

<ul>
  <li><a href="<?php echo H2O_ROOT_URL ?>"><?php echo trans('Main Page') ?></a></li>
  <li><a href="javascript:void(0);" onclick="history.go(-1);"><?php echo trans('Go back to the previous page') ?></a></li>
</ul>