Search
 
SCRIPT & CODE EXAMPLE
 

PHP

typo3 add backend skin

insert in ext_tables.php

#######################################################################
# Add custom css for backend
$GLOBALS['TBE_STYLES']['skins'][$_EXTKEY] = array();
$GLOBALS['TBE_STYLES']['skins'][$_EXTKEY]['name'] = $_EXTKEY;
$GLOBALS['TBE_STYLES']['skins'][$_EXTKEY]['stylesheetDirectories'] = array(
	'css' => 'EXT:'.$_EXTKEY.'/Resources/Public/css/backend/'
);
#######################################################################
Comment

PREVIOUS NEXT
Code Example
Php :: wp plugin handles - load on specific page 
Php :: laravel Add a static label/text above panel 
Php :: Who is known as the father of PHP? 
Php :: Yii2 hasMany relation additional condition 
Php :: Laravel advanced sub queries 
Php :: if is gutenberg page php wp 
Php :: onde que fica a praia escondida no roblox jo mulher maravilha 
Php :: php curl upload linkedin image 
Php :: WooCommerce quantity field to ajax add to cart button archive page 
Php :: pusher in laravel array_merge(): Argument #2 is not an array 
Php :: Deactivate click events on product card image, title and contents 
Php :: avoid grouping databases in phpmyadmin 
Php :: How to remove repetitive values from foreach loop in php laravel 
Php :: WP Admin Bar Dev Links 
Php :: how to payment credit card in codeigniter authorized.net 
Php :: HP officejet pro 8720 default password 
Php :: composer in serveur ionos 
Php :: old codestar textarea field 
Php :: popup en php 
Php :: how can i check that a json file already has something inside 
Php :: propel find index 
Php :: comparison of two tables in laravel using model 
Php :: foreach loog in php 
Php :: php recapcha 
Php :: remove public laravel 
Php :: what does php stand for 
Php :: Laravel - Controller get select value from Views 
Php :: how to convert array into json php 
Php :: php exttends 
Php :: how to react on a html button click in php 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =