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.
 
 
 
 

32 lines
465 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 Help extends WidgetBase
{
function load()
{
$this->addjs('help.js');
}
function display()
{
}
}