diff --git a/README.md b/README.md index 76d96b3..e32cc07 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Your template files must have the file extension `.twig` to get automatically re In your layout xml files or blocks please specify the new template -``` +```xml @@ -59,7 +59,7 @@ In your layout xml files or blocks please specify the new template #### Example header.phtml converted to header.twig -``` +```php getShowPart()): case 'welcome': ?>
  • getWelcome() ?>
  • @@ -70,7 +70,7 @@ In your layout xml files or blocks please specify the new template ``` -``` +```twig {% if getShowPart() == 'welcome' %}
  • {{ getWelcome() }}
  • {% endif %} @@ -82,7 +82,7 @@ In your layout xml files or blocks please specify the new template #### Example breadcrumbs.phtml converted to breadcrumbs.twig -``` +```php