p3 images

This commit is contained in:
CHIEFSOFT\ameye
2026-01-18 18:07:15 -05:00
parent fb0e82d7ef
commit 8e44ac645c
+7 -1
View File
@@ -240,7 +240,13 @@ class Media extends BaseController
"p2-home-banner" => "hero-2-img.png",
"p2-home-about" => "img-13.png",
"p3-home-banner" => "img-18.png",
"p3-home-about" => "img-05.png"
"p3-home-about" => "img-05.png",
"p4-home-banner" => "img-18.png",
"p4-home-about" => "img-05.png",
"p5-home-banner" => "hero-11-img.png",
"p5-home-about" => "img-03.png",
"p6-home-banner" => "banner-6.png",
"p6-home-about" => "img-09.png",
];
return $image_set[$selImg];
}