base.html.twig 358 B

12345678910111213
  1. {% extends 'layout.html.twig' %}
  2. {%
  3. set topMenu = {
  4. "menu": [
  5. { "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
  6. ],
  7. "social": [
  8. { "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
  9. { "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/chillerlan/php-qrcode/discussions"},
  10. ]
  11. }
  12. %}