Closed jenstornell closed 8 years ago
I thought the issue was with <? instead of <?php From PHP 5.4 at least. Is this a problem you think ?
I would not take the risk as I know it's like asking for trouble. Look how the Starterkit does it.
https://github.com/getkirby/starterkit/blob/master/site/snippets/projects.php
Probably wise! I like the shorthand better but will avoid it ;)
I would say, use the shorthand when you build stuff for yourself, don't when you build stuff for others. :)
Fixed! Thanks
Many people dont have
<?=
enabled. Instead use<?php echo
.