Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current 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') }) }}