- Installazione primo Sito Web del server

- Creazione prima pagina Home
This commit is contained in:
Surya Paolo
2023-12-09 00:19:48 +01:00
parent 7e17869d3e
commit 2b6411eb77
27 changed files with 152 additions and 50 deletions

View File

@@ -227,7 +227,7 @@ function getRoutesAd(site: ISites) {
*/
{
active: true,
active: site.confpages.showCoins,
path: '/admin/ris',
order: 60,
faIcon: 'fa fa-list-alt',
@@ -325,7 +325,7 @@ function getRoutesAd(site: ISites) {
onlyEditor: true
},
{
active: true,
active: site.confpages && site.confpages.sendNewsletter,
path: '/admin/newsletter',
order: 60,
faIcon: 'fa fa-list-alt',