Download the PHP package n98/n98_layouthelper without Composer
On this page you can find all versions of the php package n98/n98_layouthelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download n98/n98_layouthelper
More information about n98/n98_layouthelper
Files in n98/n98_layouthelper
Download n98/n98_layouthelper
More information about n98/n98_layouthelper
Files in n98/n98_layouthelper
Vendor n98
Package n98_layouthelper
Short Description Helpful methods to be called in layout actions to allow more customizations via local.xml without touching the original layout files.
License OSL-3.0
Homepage https://github.com/netz98/N98_LayoutHelper
Package n98_layouthelper
Short Description Helpful methods to be called in layout actions to allow more customizations via local.xml without touching the original layout files.
License OSL-3.0
Homepage https://github.com/netz98/N98_LayoutHelper
Please rate this library. Is it a good library?
Informations about the package n98_layouthelper
N98_LayoutHelper Magento Module
Helpful methods to be called in layout actions to allow more
customizations via local.xml without touching the original layout files.
- Remove links from the account navigation from local.xml layout updates without touching the original layout files.
- Add CSS/JS before or after existing elements
Example: Add CSS file at begin
<reference name="head">
<action method="addCss">
<stylesheet>css/footer.css</stylesheet>
<params></params>
<ref>*</ref>
<before>1</before>
</action>
</reference>
Example: Remove a link from customer menu
<customer_account>
<reference name="customer_account_navigation">
<action method="removeLink"><name>OAuth Customer Tokens</name></action>
<action method="removeLink"><name>billing_agreements</name></action>
<action method="removeLink"><name>recurring_profiles</name></action>
</reference>
</customer_account>
All versions of n98_layouthelper with dependencies
PHP Build Version
Package Version
The package n98/n98_layouthelper contains the following files
Loading the files please wait ....