yellow/system/plugins/language.php
2017-07-05 12:25:25 +02:00

13 lines
372 B
PHP

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