mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
386 B
25 lines
386 B
<?php
|
|
|
|
/**
|
|
* @package Widgets
|
|
*
|
|
* @file Vcard.php
|
|
* This file is part of MOVIM.
|
|
*
|
|
* @brief A widget which display some help
|
|
*
|
|
* @author Timothée Jaussoin <edhelas_at_gmail_dot_com>
|
|
*
|
|
* @version 1.0
|
|
* @date 3 may 2012
|
|
*
|
|
* Copyright (C)2010 MOVIM project
|
|
*
|
|
* See COPYING for licensing information.
|
|
*/
|
|
|
|
class About extends WidgetBase
|
|
{
|
|
function load() {
|
|
}
|
|
}
|