Fix missing icons
This commit is contained in:
@@ -2,7 +2,7 @@ tx_gridelements.setup {
|
||||
quarters {
|
||||
title = Teaserreihe vierspaltig (25%/25%/25%/25%)
|
||||
topLevelLayout = 1
|
||||
icon = EXT:ep_theme/Resources/Public/images/icons/tx_eptheme_gridelements_quarters.png
|
||||
icon = EXT:ep_theme/Resources/Public/images/tx_eptheme_gridelements_quarters.png
|
||||
config {
|
||||
colCount = 4
|
||||
rowCount = 1
|
||||
@@ -37,7 +37,7 @@ tx_gridelements.setup {
|
||||
thirds {
|
||||
title = Teaserreihe dreispaltig (33%/33%/33%)
|
||||
topLevelLayout = 1
|
||||
icon = EXT:ep_theme/Resources/Public/images/icons/tx_eptheme_gridelements_thirds.png
|
||||
icon = EXT:ep_theme/Resources/Public/images/tx_eptheme_gridelements_thirds.png
|
||||
config {
|
||||
colCount = 3
|
||||
rowCount = 1
|
||||
@@ -67,7 +67,7 @@ tx_gridelements.setup {
|
||||
halves {
|
||||
title = Teaserreihe zweispaltig (50%/50%)
|
||||
topLevelLayout = 1
|
||||
icon = EXT:ep_theme/Resources/Public/images/icons/tx_eptheme_gridelements_halves.png
|
||||
icon = EXT:ep_theme/Resources/Public/images/tx_eptheme_gridelements_halves.png
|
||||
config {
|
||||
colCount = 2
|
||||
rowCount = 1
|
||||
@@ -92,7 +92,7 @@ tx_gridelements.setup {
|
||||
halfAndTwoQuarters {
|
||||
title = Teaserreihe dreispaltig (50%/25%/25%)
|
||||
topLevelLayout = 1
|
||||
icon = EXT:ep_theme/Resources/Public/images/icons/tx_eptheme_gridelements_half_and_two_quarters.png
|
||||
icon = EXT:ep_theme/Resources/Public/images/tx_eptheme_gridelements_half_and_two_quarters.png
|
||||
config {
|
||||
colCount = 4
|
||||
rowCount = 1
|
||||
@@ -123,7 +123,7 @@ tx_gridelements.setup {
|
||||
twoQuartersAndHalf {
|
||||
title = Teaserreihe dreispaltig (25%/25%/50%)
|
||||
topLevelLayout = 1
|
||||
icon = EXT:ep_theme/Resources/Public/images/icons/tx_eptheme_gridelements_two_quarters_and_half.png
|
||||
icon = EXT:ep_theme/Resources/Public/images/tx_eptheme_gridelements_two_quarters_and_half.png
|
||||
config {
|
||||
colCount = 4
|
||||
rowCount = 1
|
||||
|
||||
@@ -10,6 +10,12 @@ require('../images/de.png');
|
||||
require('../images/fr.png');
|
||||
require('../images/badge_skipass.png');
|
||||
|
||||
require('../images/icons/tx_eptheme_gridelements_half_and_two_quarters.png');
|
||||
require('../images/icons/tx_eptheme_gridelements_halves.png');
|
||||
require('../images/icons/tx_eptheme_gridelements_quarters.png');
|
||||
require('../images/icons/tx_eptheme_gridelements_thirds.png');
|
||||
require('../images/icons/tx_eptheme_gridelements_two_quarters_and_half.png');
|
||||
|
||||
require('../images/logo_boarderweek.svg');
|
||||
require('../images/favicon_sbw.ico');
|
||||
require('../images/logo_snowzone.svg');
|
||||
|
||||
Reference in New Issue
Block a user