Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
Hook | displayAdminThemesListAfter |
---|---|
Locations | BO |
Type | display |
Origin | core |
Aliases | |
Description | This hook displays content after the themes list in the back office |
Origin | File |
---|---|
core | src/PrestaShopBundle/Resources/views/Admin/Improve/Design/Theme/index.html.twig |
<?php
array(
'current_theme_name' => (string) Name of the currently used theme
);
{{ renderhook('displayAdminThemesListAfter', { 'current_theme_name': currentlyUsedTheme.get('name') }) }}