7 lines
187 B
PHP
7 lines
187 B
PHP
|
<?php
|
||
|
$title = "More Settings, Less Locale";
|
||
|
$description = "Why using locale to define all the settings isn't always a good idea.
";
|
||
|
$created = "2019-06-16";
|
||
|
$updated = "2019-06-16";
|
||
|
?>
|