DiscuzX/upload/source/language/adv/lang_blog.php

20 lines
402 B
PHP

<?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' => '展现方式: 日志广告显示于日志右方。',
);
?>