yellow/system/plugins/language.php
2017-02-05 14:42:04 +01:00

12 lines
304 B
PHP

<?php
// Copyright (c) 2013-2017 Datenstrom, http://datenstrom.se
// This file may be used and distributed under the terms of the public license.
// Language plugin
class YellowLanguage
{
const VERSION = "0.6.14";
}
$yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION);
?>