Last active
January 6, 2016 20:25
-
-
Save lukasbestle/0e25af3da7bf0eb86655 to your computer and use it in GitHub Desktop.
Dynamic image Kirbytag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment