mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 12:07:32 +00:00
✨
This commit is contained in:
@@ -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"},
|
||||
]
|
||||
}
|
||||
%}
|
||||
Reference in New Issue
Block a user