Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Missing syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde committed Oct 3, 2016
1 parent 3954c60 commit 6fa5a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ c::set('twig.error', '');

## Customizing the Twig environment

```
```php
// List of additional functions that should be available in templates
c::set('twig.env.functions', ['myCustomFunction']);

Expand All @@ -32,7 +32,7 @@ c::set('twig.namespace.mynamespace', kirby()->roots()->index().'/mydirectory');

## Advanced

```
```php
// Use Twig’s PHP cache?
// Enabled by default. Note that Kirby has its own HTML cache for pages,
// so this might be extra work, but for pages which are often not cached
Expand Down

0 comments on commit 6fa5a9c

Please sign in to comment.