38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
PHP
<?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'
|
|
);
|