yellow/system/plugins/language.php
2018-05-21 23:14:34 +02:00

13 lines
372 B
PHP

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