cosmetic
This commit is contained in:
parent
35f61d2aa9
commit
3a6fd2bb26
10
_admin.php
10
_admin.php
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||||
*
|
*
|
||||||
* @copyright Jean-Crhistian Denis
|
* @copyright Jean-Christian Denis
|
||||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*/
|
*/
|
||||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||||
@ -55,10 +55,10 @@ dcCore::app()->addBehavior('adminFiltersListsV2', function (ArrayObject $sorts)
|
|||||||
|
|
||||||
dcCore::app()->addBehavior('adminDashboardFavoritesV2', function (dcFavorites $favs) {
|
dcCore::app()->addBehavior('adminDashboardFavoritesV2', function (dcFavorites $favs) {
|
||||||
$favs->register('dcloglist', [
|
$favs->register('dcloglist', [
|
||||||
'title' => __('Log'),
|
'title' => __('Log'),
|
||||||
'url' => dcCore::app()->adminurl->get('admin.plugin.dcLog'),
|
'url' => dcCore::app()->adminurl->get('admin.plugin.dcLog'),
|
||||||
'small-icon' => dcPage::getPF('dcLog/icon.svg'),
|
'small-icon' => dcPage::getPF('dcLog/icon.svg'),
|
||||||
'large-icon' => dcPage::getPF('dcLog/icon.svg'),
|
'large-icon' => dcPage::getPF('dcLog/icon.svg'),
|
||||||
//'permissions' => null,
|
//'permissions' => null,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||||
*
|
*
|
||||||
* @copyright Jean-Crhistian Denis
|
* @copyright Jean-Christian Denis
|
||||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*/
|
*/
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||||
*
|
*
|
||||||
* @copyright Jean-Crhistian Denis
|
* @copyright Jean-Christian Denis
|
||||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*/
|
*/
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||||
*
|
*
|
||||||
* @copyright Jean-Crhistian Denis
|
* @copyright Jean-Christian Denis
|
||||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*/
|
*/
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||||
*
|
*
|
||||||
* @copyright Jean-Crhistian Denis
|
* @copyright Jean-Christian Denis
|
||||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*/
|
*/
|
||||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user