require_once lines were required since _plugins_ don't __autoload Also, Realtime would load the wrong URL for css/js since $this->name() returns get_class($this) instead of the calling class' __CLASS__.
require_once lines were required since _plugins_ don't __autoload Also, Realtime would load the wrong URL for css/js since $this->name() returns get_class($this) instead of the calling class' __CLASS__.