Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefglatz/5620439 to your computer and use it in GitHub Desktop.
Save josefglatz/5620439 to your computer and use it in GitHub Desktop.
####--------------------------------------
#
# Remove JS and CSS EXT:powermail (v1.6.9)
#
####--------------------------------------
#----------------------------
# CONSTANTS
#----------------------------
plugin.powermail.js {
validation = 0
includeJquery = 0
includeJqueryTools = 0
includeJqueryToolsTabs = 0
}
#----------------------------
# SETUP
#----------------------------
[userFunc = user_powermailOnCurrentPage]
## remove ext:powermail js
page.includeJS {
file31311 >
file31312 >
file31313 >
file31314 >
}
## remove ext:powermail basic css
page.includeCSS {
powermail_frontend_basic >
}
## remove ext:powermail header js
page.headerData {
31310 >
}
## remove inline footer js
page.jsFooterInline.10 >
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment