EmoticonListInfo
This commit is contained in:
parent
f4b647b6b8
commit
744dcd63e1
@ -27,3 +27,15 @@ becomes a link to smile.gif
|
|||||||
<p>Images are stored in /ext/emoticons/default/, and you can
|
<p>Images are stored in /ext/emoticons/default/, and you can
|
||||||
add more emoticons by uploading images into that folder.";
|
add more emoticons by uploading images into that folder.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class EmoticonListInfo extends ExtensionInfo
|
||||||
|
{
|
||||||
|
public const KEY = "emoticons_list";
|
||||||
|
|
||||||
|
public $key = self::KEY;
|
||||||
|
public $name = "Emoticon List";
|
||||||
|
public $url = self::SHIMMIE_URL;
|
||||||
|
public $authors = self::SHISH_AUTHOR;
|
||||||
|
public $license = self::LICENSE_GPLV2;
|
||||||
|
public $description = "Lists available graphical smilies";
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user