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

@@ -7,10 +7,10 @@ $templates = [ 'templates/page-portada.twig' ];
$context = Timber::context(
[
'lasts_posts_news' => $site->getLastsPostsNews(),
'last_posts_opinion' => $site->getLastPostOpinion(),
'posts_campana' => $site->getLastPostCampana(),
'posts_conflicts' => $site->getLastPostConflicts(),
'lasts_posts_news' => $site->getLastsPostsNews(),
'botones_imagen' => $site->getBotonesEnlaces(),
'videos' => $site->getVideosSlider(),
]