7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
defined('IN_TS') or die('Access Denied.');
|
|
return array(
|
|
'name' => 'sample-blue',
|
|
'author' => '邱君',
|
|
'site' => 'http://www.thinksaas.cn',
|
|
); |