I made this very briefly, So don't diss/cuss it
I might make some more...
Rate please. ??/10
Credits:
Me
Who ever made the cms
PHP:
<?php
/*================================================================+\
|| # PHPRetro - An extendable virtual hotel site and management
|+==================================================================
|| # Copyright (C) 2009 Yifan Lu. All rights reserved.
|| # http://www.yifanlu.com
|| # Parts Copyright (C) 2009 Meth0d. All rights reserved.
|| # http://www.meth0d.org
|| # All images, scripts, and layouts
|| # Copyright (C) 2009 Sulake Ltd. All rights reserved.
|+==================================================================
|| # PHPRetro is provided "as is" and comes without
|| # warrenty of any kind. PHPRetro is free software!
|| # License: GNU Public License 3.0
|| # http://opensource.org/licenses/gpl-license.php
\+================================================================*/
$page['allow_guests'] = true;
require_once('./includes/core.php');
require_once('./includes/session.php');
$lang->addLocale("credits.credits");
$page['id'] = "games";
$page['name'] = "games";
$page['bodyid'] = "home";
$page['cat'] = "games";
require_once('./templates/community_header.php');
?>
<div id="container">
<div id="content" style="position: relative" class="clearfix">
<div id="column1" class="column">
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title">Games
</h2>
<p class="credits-countries-select">
Games are a great way to get stuff, e.g points, rares, money, what ever the host feels like. There are many games some <b>roleplay</b> only games and some
for <b>non-roleplay</b> for a list of game look below.
</p>
</div>
<div class="cbb clearfix green ">
<h2 class="title">Types of games
</h2>
<p class="credits-countries-select">
<table width="400px">
<tr>
<td width="70px" align="center">
<img src="web-gallery/images/10_b.png">
</td>
<td width="330px">
Below is the list of games, next to the name of the game you will see it's sort name and what type of hotel's it is on.
<br /><br />
Costume change (CC) - <b>*both types*</b>
<br /><br />
Falling furniture (FF) - <b>*both types*</b>
<br /><br />
Pod racing - <b>*both types*</b>
<br /><br />
5 seconds to kik - <b>*both types*</b>
<br /><br />
Bingo - <b>*both types*</b>
<br /><br />
Don't roll a six - <b>*both types*</b>
<br /><br />
Wheel of destiny - <b>*both types*</b>
<br /><br />
Zombie run - <b>*both types*</b>
<br /><br />
Takeshi's castle - <b>*both types*</b>
<br /><br />
Brawl - <b>*RP ONLY*</b>
<br /><br />
Infection - <b>*RP ONLY*</b>
</td>
</tr>
</table>
</p>
</div>
</div>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix blue ">
<h2 class="title">Info
</h2>
<div id="purse-habblet">
<div class="box-content">
I'm not certin thease are all the games, the staff team should know how to play most of thease games.
</div>
</div>
</div>
</div
</div>
<?php require_once('./templates/community_footer.php'); ?>
Rate please. ??/10
Credits:
Me
Who ever made the cms