Skip to content

Commit

Permalink
Merge pull request #37 from markoshust/feature/36-rwd
Browse files Browse the repository at this point in the history
Add {base_or_rwd} implementation to README
  • Loading branch information
Schrank authored Jun 23, 2018
2 parents 4ba7605 + 1039bcb commit cb4dd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Clean the cache after installation!

#### Contacts form modifications

Copy the file `app/design/frontend/base/default/template/contacts/form.phtml` to your own theme and insert the code
Copy the file `app/design/frontend/{base_or_rwd}/default/template/contacts/form.phtml` to your own theme and insert the code

<?php echo $this->getChildHtml('form_fields_before') ?>
within the `<form> ... </form>` tag.

#### Newsletter Subscription Form Modifications

Copy the file `app/design/frontend/base/default/template/newsletter/subscribe.phtml` to your own theme and insert the code
Copy the file `app/design/frontend/{base_or_rwd}/default/template/newsletter/subscribe.phtml` to your own theme and insert the code

<?php echo $this->getChildHtml('form_fields_before') ?>
Expand Down

0 comments on commit cb4dd0f

Please sign in to comment.