p3 images

This commit is contained in:
CHIEFSOFT\ameye
2026-01-18 17:23:38 -05:00
parent 0784a72b6e
commit fb0e82d7ef
+5 -1
View File
@@ -236,7 +236,11 @@ class Media extends BaseController
{
$image_set = [
"p1-home-banner" => "banner-1.png",
"p1-home-about" => "img-10.png"
"p1-home-about" => "img-10.png",
"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"
];
return $image_set[$selImg];
}