Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #27 from mklooss/master
Browse files Browse the repository at this point in the history
[~ENHANCEMENT] Secure Contact Form (Trusted Shops)
  • Loading branch information
therouv committed Jun 5, 2012
2 parents 7cca320 + 1bdbf52 commit 5091627
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/app/code/community/FireGento/GermanSetup/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<germansetup>
<class>FireGento_GermanSetup_Model</class>
</germansetup>
<tax>
<rewrite>
<config>FireGento_GermanSetup_Model_Tax_Config</config>
</rewrite>
</tax>
<tax>
<rewrite>
<config>FireGento_GermanSetup_Model_Tax_Config</config>
</rewrite>
</tax>
</models>
<resources>
<germansetup_setup>
Expand Down Expand Up @@ -77,6 +77,11 @@
</observers>
</core_block_abstract_to_html_before>
</events>
<frontend>
<secure_url>
<contacts>/contacts/</contacts>
</secure_url>
</frontend>
</frontend>
<adminhtml>
<layout>
Expand Down

0 comments on commit 5091627

Please sign in to comment.