mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
불필요한 익명 닉네임 설정 옵션을 제거
This commit is contained in:
parent
82e9b4c781
commit
209c54507c
3 changed files with 0 additions and 13 deletions
|
|
@ -41,10 +41,6 @@ class ncenterliteAdminController extends ncenterlite
|
|||
{
|
||||
$config->use = array();
|
||||
}
|
||||
if (!$config->anonymous_name)
|
||||
{
|
||||
$config->anonymous_name = null;
|
||||
}
|
||||
if (!$config->mention_suffixes)
|
||||
{
|
||||
$config->mention_suffixes = array();
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ class ncenterliteModel extends ncenterlite
|
|||
if(!$config->skin) $config->skin = 'default';
|
||||
if(!$config->colorset) $config->colorset = 'black';
|
||||
if(!$config->zindex) $config->zindex = '9999';
|
||||
if(!$config->anonymous_name) $config->anonymous_name = 'Anonymous';
|
||||
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,14 +39,6 @@
|
|||
<p class="x_help-block">{$lang->about_mention_suffix_always_cut}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->anonymous_nick_name_setting}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="anonymous_name" value="{escape($config->anonymous_name, false)}" />
|
||||
<p class="x_help-block">{$lang->about_anonymous_nick_name}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue