This commit is contained in:
Patrick 2015-09-09 21:52:31 +02:00 committed by lubiana
parent 94acccfe81
commit 2507095a62
3 changed files with 207 additions and 3 deletions

View file

@ -1,4 +1,4 @@
[<< previous](10-dynamic-pages.md)
[<< previous](10-dynamic-pages.md) | [next >>](12-frontend.md)
### Page Menu
@ -205,7 +205,9 @@ class ArrayMenuReader implements MenuReader
{
public function readMenu()
{
return [['href' => '/', 'text' => 'Homepage']];
return [
['href' => '/', 'text' => 'Homepage'],
];
}
}
```
@ -255,4 +257,4 @@ class FrontendTwigRenderer implements FrontendRenderer
Everything still working? Awesome. Commit everything and move on to the next chapter.
[<< previous](10-dynamic-pages.md)
[<< previous](10-dynamic-pages.md) | [next >>](12-frontend.md)