Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
* 设置自定义消息类型
*/
return array (
1 => array (
'name' => '系统',
'icon' => 'fa fa-bell-o',
),
2 => array (
'name' => '用户',
'icon' => 'fa fa-user',
),
3 => array (
'name' => '内容',
'icon' => 'fa fa-th-large',
),
4 => array (
'name' => '应用',
'icon' => 'fa fa-puzzle-piece',
),
5 => array (
'name' => '交易',
'icon' => 'fa fa-rmb',
),
6 => array (
'name' => '订单',
'icon' => 'fa fa-shopping-cart',
),
);