mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
73 lines
1.3 KiB
PHP
73 lines
1.3 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Rhymix Default Plugins
|
|
*
|
|
* Copyright (c) Rhymix Developers and Contributors
|
|
*/
|
|
return array(
|
|
|
|
// Addons
|
|
'addon' => array(
|
|
'adminlogging' => true,
|
|
'autolink' => true,
|
|
'counter' => true,
|
|
'member_extra_info' => true,
|
|
'photoswipe' => true,
|
|
'point_level_icon' => true,
|
|
),
|
|
|
|
// Layouts
|
|
'layout' => array(
|
|
'colorCode' => true,
|
|
'default' => true,
|
|
'simpleGray' => true,
|
|
'user_layout' => true,
|
|
'xedition' => true,
|
|
),
|
|
|
|
// Modules
|
|
'module' => array(
|
|
'addon' => true,
|
|
'admin' => true,
|
|
'adminlogging' => true,
|
|
'advanced_mailer' => true,
|
|
'autoinstall' => true,
|
|
'board' => true,
|
|
'comment' => true,
|
|
'communication' => true,
|
|
'counter' => true,
|
|
'document' => true,
|
|
'editor' => true,
|
|
'file' => true,
|
|
'importer' => true,
|
|
'install' => true,
|
|
'integration_search' => true,
|
|
'krzip' => true,
|
|
'layout' => true,
|
|
'member' => true,
|
|
'menu' => true,
|
|
'message' => true,
|
|
'module' => true,
|
|
'ncenterlite' => true,
|
|
'page' => true,
|
|
'point' => true,
|
|
'poll' => true,
|
|
'rss' => true,
|
|
'session' => true,
|
|
'spamfilter' => true,
|
|
'tag' => true,
|
|
'trash' => true,
|
|
'widget' => true,
|
|
),
|
|
|
|
// Widgets
|
|
'widget' => array(
|
|
'content' => true,
|
|
'counter_status' => true,
|
|
'language_select' => true,
|
|
'login_info' => true,
|
|
'mcontent' => true,
|
|
'pollWidget' => true,
|
|
),
|
|
);
|