first commit
This commit is contained in:
37
modules/revsliderprestashop/hook/hook.php
Normal file
37
modules/revsliderprestashop/hook/hook.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* 2016 Revolution Slider
|
||||
*
|
||||
* @author SmatDataSoft <support@smartdatasoft.com>
|
||||
* @copyright 2016 SmatDataSoft
|
||||
* @license private
|
||||
* @version 5.1.3
|
||||
* International Registered Trademark & Property of SmatDataSoft
|
||||
*/
|
||||
|
||||
$gethooks = array(
|
||||
'' => 'Select Hook',
|
||||
'displayBanner' => 'displayBanner',
|
||||
'displayTop' => 'displayTop',
|
||||
'displayTopColumn' => 'displayTopColumn',
|
||||
'displayHome' => 'displayHome',
|
||||
'displayLeftColumn' => 'displayLeftColumn',
|
||||
'displayRightColumn' => 'displayRightColumn',
|
||||
'displayFooter' => 'displayFooter',
|
||||
'displayLeftColumnProduct' => 'displayLeftColumnProduct',
|
||||
'displayRightColumnProduct' => 'displayRightColumnProduct',
|
||||
'displayFooterProduct' => 'displayFooterProduct',
|
||||
'displayMyAccountBlock' => 'displayMyAccountBlock',
|
||||
'displayMyAccountBlockfooter' => 'displayMyAccountBlockfooter',
|
||||
'displayProductButtons' => 'displayProductButtons',
|
||||
'displayCarrierList' => 'displayCarrierList',
|
||||
'displayBeforeCarrier' => 'displayBeforeCarrier',
|
||||
'displayPaymentTop' => 'displayPaymentTop',
|
||||
'displayPaymentReturn' => 'displayPaymentReturn',
|
||||
'displayOrderConfirmation' => 'displayOrderConfirmation',
|
||||
'displayShoppingCart' => 'displayShoppingCart',
|
||||
'displayShoppingCartFooter' => 'displayShoppingCartFooter',
|
||||
'dislayMyAccountBlock' => 'dislayMyAccountBlock',
|
||||
'displayCustomerAccountFormTop' => 'displayCustomerAccountFormTop',
|
||||
'customhookname' => 'Custom Hook Name'
|
||||
);
|
||||
Reference in New Issue
Block a user