20 lines
423 B
PHP
20 lines
423 B
PHP
<?php
|
|
|
|
/**
|
|
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
|
* This is NOT a freeware, use is subject to license terms
|
|
*
|
|
* $Id: lang_search.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
|
*/
|
|
|
|
if(!defined('IN_DISCUZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
$lang = array
|
|
(
|
|
'search_name' => '搜索 右侧广告',
|
|
'search_desc' => '展现方式: 搜索右侧广告展现于搜索结果页右侧。',
|
|
);
|
|
|
|
?>
|