PHP Classes

File: Script/_server/app/modules/game/views/admin/add.tpl.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/_server/app/modules/game/views/admin/add.tpl.php   Download  
File: Script/_server/app/modules/game/views/admin/add.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: 211 bytes
 

Contents

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

<?php include H2O_SERVER_PATH . 'app/modules/admin/views/main/navigation.inc.tpl.php' ?>

<div class="form_container">
    <?php H2O\AddForm::display() ?>
</div>