MrKen MrKen (SV!) [Off] [#] (04.05.2018 / 17:56)
Unused!
Tự tạo smiles riêng
Thêm vào file functions.twig
  1. {% macro smiles(text) %}
  2. {{ text|replace({':)' : '<img src="link ảnh 1" />', ':D' : '<img src="link ảnh 2" />'})|raw}}
  3. {% endmacro %}

Muốn dùng ở file nào thì thêm
  1. {% import "functions.twig" as func %}
  2. {{ func.smiles(biến_text) }}