Okay so here's on each individual design;
Me; Maybe add some images or fill up the empty space?
Meh can't be asked but not a big fan of the cms in general.
Use this
<?php
/**
* @author Madly
* @copyright TPL System by Quackstar
*/
class Template
{
public $theme;
public $page;
public $content;
public $vars;
public function __construct()
{
$this->vars = array();
}
public function theme($theme)
{...
There's this for r63b -> http://devbest.com/threads/roleplay-emulator-astrorp-r63b.48782/#post-280414http://devbest.com/threads/roleplay-emulator-astrorp-r63b.48782/#post-280414
And There's this with the swf pack + emu + db ->...