Skip to content

Commit cb4dd0f

Browse files
authored
Merge pull request #37 from markoshust/feature/36-rwd
Add {base_or_rwd} implementation to README
2 parents 4ba7605 + 1039bcb commit cb4dd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Clean the cache after installation!
3131

3232
#### Contacts form modifications
3333

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
3535

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

4040
#### Newsletter Subscription Form Modifications
4141

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
4343

4444
<?php echo $this->getChildHtml('form_fields_before') ?>
4545

0 commit comments

Comments
 (0)