forked from verdnatura/hedera-web
Theme color
This commit is contained in:
parent
9e59d578b8
commit
87922964de
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.35) stable; urgency=low
|
hedera-web (1.407.36) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.35",
|
"version": "1.407.36",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"name": "Verdnatura",
|
"name": "Verdnatura",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "\/image\/favicon\/favicon.png",
|
"src": "\/image\/favicon.png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/index.php",
|
"start_url": "/index.php",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#009688",
|
"theme_color": "#333333",
|
||||||
"background_color": "#FFFFFF"
|
"background_color": "#FFFFFF"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ $result = $db->query('SELECT name, content FROM metatag');
|
||||||
<link rel="icon" type="image/png" href="image/favicon/favicon.png"/>
|
<link rel="icon" type="image/png" href="image/favicon/favicon.png"/>
|
||||||
<link rel="icon" type="image/svg+xml" href="image/icon.svg" sizes="any"/>
|
<link rel="icon" type="image/svg+xml" href="image/icon.svg" sizes="any"/>
|
||||||
<link rel="manifest" href="<?=$dir?>/manifest.json"/>
|
<link rel="manifest" href="<?=$dir?>/manifest.json"/>
|
||||||
<meta name="theme-color" content="#009688"/>
|
<meta name="theme-color" content="#333333"/>
|
||||||
<meta name="content-language" content="<?=$lang?>"/>
|
<meta name="content-language" content="<?=$lang?>"/>
|
||||||
|
|
||||||
<?php while ($row = $result->fetch_object()): ?>
|
<?php while ($row = $result->fetch_object()): ?>
|
||||||
|
|
Loading…
Reference in New Issue