WCF.User.init({$__wcf->user->userID}, '{@$__wcf->user->username|encodeJS}');
//]]>
</script>
+ {event name='javascriptInclude'}
<!-- Stylesheets -->
<link rel="stylesheet/less" type="text/css" media="screen" href="{@$__wcf->getPath()}acp/style/wcf.less" />
*
* @param string containerID
*/
- _initContainer: function(containerID, container) {
+ _initContainer: function(containerID) {
var $target = this._getTarget(containerID);
var $buttonContainer = this._getButtonContainer(containerID);
var $button = this._createButton(containerID, $buttonContainer);