This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $view->plugin('headLinkLess')->appendStylesheetLess($basePath . '/css/less/bootstrap.less'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function my_debug_backtrace() { | |
| $backtrace = debug_backtrace(); | |
| $function = create_function('$a,$b','print "{$a[\'function\']}()(".$a[\'file\'].":{$a[\'line\']});\n";'); | |
| array_walk($backtrace, $function); | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <checkout_onepage_index> | |
| <remove name="customerbalance" /> | |
| <reference name="checkout.onepage.payment"> | |
| <block type="core/template" name="checkout.onepage.payment.additional" as="additional" /> | |
| <block type="core/template" name="checkout.onepage.payment.methods_additional" as="methods_additional"> | |
| <block type="enterprise_customerbalance/checkout_onepage_payment_additional" template="customerbalance/checkout/onepage/payment/additional.phtml" name="hellopod.customerbalance" /> | |
| </block> | |
| </reference> | |
| </checkout_onepage_index> |
NewerOlder