Here's my first one..for all Terry fans..a bit lame i suppose but I don't got much time (I did this just now at work hehe)
Preview here

Skin removed, try my skinpack here
Edited by RazorbladeSmile, 25 February 2004 - 03:52 PM.
class ibProBattleTopicView { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { return; } public function replaceOutput($output, $key) { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicView($output, $key); } } ?> class statsTopicViewJS { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicViewJS(); } } ?>
Edited by RazorbladeSmile, 25 February 2004 - 03:52 PM.
Edited by RazorbladeSmile, 25 February 2004 - 03:52 PM.
Edited by RazorbladeSmile, 25 February 2004 - 03:53 PM.
Edited by RazorbladeKiss, 23 February 2004 - 06:14 PM.
0 members, 0 guests, 0 anonymous users