Skip to content

Commit

Permalink
Ajusta nome das imagens dos banners da HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Mar 1, 2024
1 parent 58fc0be commit 36a785b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/common/config.d/0.main.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
'themes.active' => "MapasPA",

'app.lcode' => 'pt_BR',
'homeHeader.banner' => 'img/banner-caderno-lpg.png',
'homeHeader.banner' => 'img/banner-paulo-gustavo.png',
'homeHeader.bannerLink' => 'https://mapacultural.pa.gov.br/files/agent/7/caderno-de-orientacoes-pcac-27-09-2023.pdf',
'homeHeader.downloadableLink' => true,

'homeHeader.secondBanner' => 'img/banner-tributacao.png',
'homeHeader.secondBannerLink' => 'https://mapacultural.pa.gov.br/files/project/1278/parecer-impostos.pdf',
'homeHeader.secondDownloadableLink' => true,

'homeHeader.thirdBanner' => 'img/banner-paulo-gustavo.png',
'homeHeader.thirdBannerLink' => 'https://www.secult.pa.gov.br/download/78/caderno-de-educacao-patrimonial/',
'homeHeader.thirdBanner' => 'img/banner-educ-patrimonial.png',
'homeHeader.thirdBannerLink' => 'https://www.secult.pa.gov.br/midias/anexos/78_caderno_de_educacao_patrimonial_site.pdf',
'homeHeader.thirdDownloadableLink' => true,
];

0 comments on commit 36a785b

Please sign in to comment.