Hillel Coren 954c04c917 CRUD
2016-12-09 12:35:49 +02:00

11 lines
84 B
Plaintext

<?php
$LANG = array(
'$LOWER_NAME$' => '$STUDLY_NAME$',
);
return $LANG;
?>