mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding basic file-structure
This commit is contained in:
parent
b3324a52bd
commit
8cd5aaed42
15
file/js/TimWolla.WCF.Chat.js
Normal file
15
file/js/TimWolla.WCF.Chat.js
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* TimWolla.WCF.Chat
|
||||
*
|
||||
* @author Tim Düsterhus
|
||||
* @copyright 2010-2011 Tim Düsterhus
|
||||
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||
* @package timwolla.wcf.chat
|
||||
*/
|
||||
if (typeof TimWolla == undefined) var TimWolla = {};
|
||||
if (typeof TimWolla.WCF == undefined) var TimWolla.WCF = {};
|
||||
|
||||
var TimWolla.WCF.Chat = {};
|
||||
(function ($, document) {
|
||||
|
||||
})(jQuery, document);
|
15
file/lib/page/ChatPage.class.php
Normal file
15
file/lib/page/ChatPage.class.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace wcf\page;
|
||||
|
||||
/**
|
||||
* Shows the chat-interface
|
||||
*
|
||||
* @author Tim Düsterhus
|
||||
* @copyright 2010-2011 Tim Düsterhus
|
||||
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||
* @package timwolla.wcf.chat
|
||||
* @subpackage page
|
||||
*/
|
||||
class ChatPage extends AbstractPage {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user