* * @version 1.0 * @date 20 October 2010 * * Copyright (C)2010 MOVIM project * * See COPYING for licensing information. */ class Log extends WidgetBase { function widgetLoad() { $this->addcss('log.css'); $this->registerEvent('allEvents', 'onEvent'); } function build() { ?>