slingit.org/slingit/dbd/tbl/locale_string.php
2015-04-01 20:51:04 +02:00

10 lines
159 B
PHP

<?php
namespace DBD;
class locale_string extends \SYSTEM\DBD\system_locale_string {
const VALUE_CATEGORY_MAINPAGE = 100;
const VALUE_CATEGORY_TEXT = 110;
}