dever 4 سال پیش
والد
کامیت
39746b4c9c
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      app/community/index.php

+ 1 - 2
app/community/index.php

@@ -4,6 +4,5 @@ define('DEVER_APP_NAME', 'community');
 define('DEVER_APP_LANG', '社区管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', 100);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tower layui-icon-reply-fill
-');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tower layui-icon-reply-fill');
 include(DEVER_APP_PATH . '../boot.php');