first
This commit is contained in:
25
modules/post/var/var.php
Normal file
25
modules/post/var/var.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
$d['post']['layout'] = "bs4-default/default.php";
|
||||
$d['post']['m_layout'] = "rc-starter/blank-drawer.php";
|
||||
$d['post']['skin_main'] = "_desktop/bs4-default";
|
||||
$d['post']['skin_mobile'] = "_mobile/rc-default";
|
||||
$d['post']['comment_main'] = "_desktop/bs4-default";
|
||||
$d['post']['comment_mobile'] = "_mobile/rc-default";
|
||||
$d['post']['perm_g_write'] = "";
|
||||
$d['post']['perm_l_write'] = "1";
|
||||
$d['post']['perm_g_category'] = "";
|
||||
$d['post']['perm_l_category'] = "1";
|
||||
$d['post']['perm_g_goods'] = "";
|
||||
$d['post']['perm_l_goods'] = "1";
|
||||
$d['post']['denylikemy'] = "";
|
||||
$d['post']['hitcount'] = "0";
|
||||
$d['post']['badword'] = "";
|
||||
$d['post']['badword_action'] = "0";
|
||||
$d['post']['badword_escape'] = "";
|
||||
$d['post']['singo_del'] = "";
|
||||
$d['post']['singo_del_num'] = "";
|
||||
$d['post']['singo_del_act'] = "1";
|
||||
$d['post']['recnum'] = "15";
|
||||
$d['post']['rownum'] = "4";
|
||||
$d['post']['newtime'] = "12";
|
||||
?>
|
||||
Reference in New Issue
Block a user