ADD footer posts

This commit is contained in:
2025-10-24 10:21:20 +00:00
parent b574e6853f
commit 6bc1bb2ffa
5 changed files with 51 additions and 30 deletions

View File

@@ -696,6 +696,10 @@ class StarterSite extends Site {
$context['contacto_info'] = $this->getContactoFields();
$context['posts_industry'] = $this->getPostIndustry();
$context['subpaginas_servicios'] = $this->getSubpaginasServicios();
//Para Footer
$context['lasts_posts_news'] = $this->getLastsPostsNews();
$context['last_posts_opinion'] = $this->getLastPostOpinion();
//otros
$context = array_merge($context, $this->getPolylangData());