123456789 |
- SET title = 'Upload';
- SET tool = 'upload';
- SET color = '#afaf0f';
- SET tabler_color = 'yellow';
- SET image = '/static/upload/upload-favicon_square.svg';
- SET favicon = $image;
- SET manifest = '/static/upload/manifest.json';
- SELECT 'dynamic' AS component, sqlpage.run_sql('sqlpage/theme.sql') AS properties;
- SELECT 'dynamic' AS component, sqlpage.run_sql($inner) AS properties;
|