Skip to content

Instantly share code, notes, and snippets.

View lukasbestle's full-sized avatar

Lukas Bestle lukasbestle

View GitHub Profile
@lukasbestle
lukasbestle / kirbytag.php
Last active January 6, 2016 20:25
Dynamic image Kirbytag
<?php
// Please note: Use http://getkirby.com/docs/cheatsheet/helpers/kirbytag for tags that don't require access to the files of the page
$field = new Field($page, null, '(image: example.jpg)');
echo $field->kirbytext();