14.06.2014, 14:55
Eine neue Erweiterung wurde veröffentlicht: Twig
Zitat:You can use Twig as the template engine with this plugin.
For example you can use this code:
Code:Welcome
{% if mybb.user.uid == '0' %}
Guest
{% else %}
{{ mybb.user.username }}
{% endif %}