mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 21:37:54 +00:00
13 lines
248 B
Twig
13 lines
248 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"},
|
|
]
|
|
}
|
|
%}
|