Skip to content

Commit 75c7b51

Browse files
committed
[FEATURE] Add place to configure backend logo
1 parent 881410d commit 75c7b51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
2.2 KB
Loading

ext_tables.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
$GLOBALS['TCA']['backend_layout']['ctrl']['label_userFunc'] = 'Tx_Modernpackage_Hooks_ItemsProcFunc->getLabel';
1818

1919
/***************
20-
* Include CSS styling for backend/login
20+
* Include styling for backend/login
2121
*/
22+
$GLOBALS['TBE_STYLES']['logo'] = '../typo3conf/ext/' . $_EXTKEY . '/Resources/Public/Backend/img/backend_logo.png';
2223
$GLOBALS['TBE_STYLES']['inDocStyles_TBEstyle'] .= '@import "' . t3lib_extMgm::extRelPath($_EXTKEY) . 'Resources/Public/Backend/css/login.css";';
2324

2425
/***************

0 commit comments

Comments
 (0)