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(); |
OlderNewer