File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ Clean the cache after installation!
31
31
32
32
#### Contacts form modifications
33
33
34
- Copy the file ` app/design/frontend/base /default/template/contacts/form.phtml ` to your own theme and insert the code
34
+ Copy the file ` app/design/frontend/{base_or_rwd} /default/template/contacts/form.phtml ` to your own theme and insert the code
35
35
36
36
<?php echo $this->getChildHtml('form_fields_before') ?>
37
37
38
38
within the ` <form> ... </form> ` tag.
39
39
40
40
#### Newsletter Subscription Form Modifications
41
41
42
- Copy the file ` app/design/frontend/base /default/template/newsletter/subscribe.phtml ` to your own theme and insert the code
42
+ Copy the file ` app/design/frontend/{base_or_rwd} /default/template/newsletter/subscribe.phtml ` to your own theme and insert the code
43
43
44
44
<?php echo $this->getChildHtml('form_fields_before') ?>
45
45
You can’t perform that action at this time.
0 commit comments