5 lines
123 B
PHP
5 lines
123 B
PHP
<?php
|
|
$lang->resource->sms = new stdclass();
|
|
$lang->resource->sms->index = 'index';
|
|
$lang->resource->sms->test = 'test';
|