Skip to content

Commit

Permalink
Fix namespaces and includes
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Mar 2, 2020
1 parent 098d65f commit fe3caf9
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* This file is part of ContaoOveleonThemeManagerBundle.
* This file is part of Contao ThemeManager Core.
*
* (c) https://www.oveleon.de/
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_module.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* This file is part of ContaoOveleonThemeManagerBundle.
* This file is part of Contao ThemeManager Core.
*
* (c) https://www.oveleon.de/
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/contao/templates/js/js_tinyslider-adapter.html5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$GLOBALS['TL_CSS'][] = '/bundles/contaooveleonthememanager/framework/assets/tiny-slider/tiny-slider.css|static';
$GLOBALS['TL_JAVASCRIPT'][] = '/bundles/contaooveleonthememanager/framework/assets/tiny-slider/tiny-slider.js';
$GLOBALS['TL_CSS'][] = '/bundles/contaothememanagercore/framework/assets/tiny-slider/tiny-slider.css|static';
$GLOBALS['TL_JAVASCRIPT'][] = '/bundles/contaothememanagercore/framework/assets/tiny-slider/tiny-slider.js';
?>

<script>
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/contao/templates/rsce/rsce_icon_text_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);
4 changes: 2 additions & 2 deletions src/Resources/contao/templates/rsce/rsce_text_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);
4 changes: 2 additions & 2 deletions src/Resources/contao/templates/rsce/rsce_text_list_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
)
),
'onloadCallback' => array(
array('Oveleon\ContaoOveleonThemeManagerBundle\ThemeManager', 'extendHeadlinePalette'),
array('ContaoThemeManager\Core\ThemeManager', 'extendHeadlinePalette'),
array('Oveleon\ContaoComponentStyleManager\Support', 'extendRockSolidCustomElementsPalettes')
)
);
);

0 comments on commit fe3caf9

Please sign in to comment.