mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 19:33:11 +00:00
14 lines
358 B
Twig
14 lines
358 B
Twig
{% extends 'layout.html.twig' %}
|
|
|
|
{%
|
|
set topMenu = {
|
|
"menu": [
|
|
{ "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
|
|
],
|
|
"social": [
|
|
{ "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
|
|
{ "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/chillerlan/php-qrcode/discussions"},
|
|
]
|
|
}
|
|
%}
|