p1 images

This commit is contained in:
CHIEFSOFT\ameye
2026-01-18 16:38:02 -05:00
parent 7446119c05
commit 0784a72b6e
+1
View File
@@ -236,6 +236,7 @@ class Media extends BaseController
{ {
$image_set = [ $image_set = [
"p1-home-banner" => "banner-1.png", "p1-home-banner" => "banner-1.png",
"p1-home-about" => "img-10.png"
]; ];
return $image_set[$selImg]; return $image_set[$selImg];
} }