This commit is contained in:
smiley
2023-07-11 00:48:23 +02:00
parent 826f9cfa65
commit 2f403df971
+12
View File
@@ -0,0 +1,12 @@
{% 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"},
]
}
%}