Files
web-discuz/source/language/adv/lang_blog.php
2025-06-27 21:04:18 +08:00

20 lines
383 B
PHP
Executable File

<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_blog.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'blog_name' => '空间 日志广告',
'blog_desc' => '展现方式: 日志广告显示于日志右方。',
);
?>