diff options
Diffstat (limited to '')
-rw-r--r-- | app/view/datalsts.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/view/datalsts.php b/app/view/datalsts.php index 82a0f1f..16df7d7 100644 --- a/app/view/datalsts.php +++ b/app/view/datalsts.php @@ -23,6 +23,12 @@ require_once "class/obj.class.php"; <img src="<?=$src?>" alt="<?=$alt?>" title="<?=$alt?>" class="img-circle" height="<?=$height?>" /> <?php } ?> +<?php function objBgPrev(\obj $obj, int $height) : void { ?> + + <?php require "model/objBgPrev.php"; ?> + <img src="<?=$src?>" alt="<?=$alt?>" title="<?=$alt?>" class="img-rounded" height="<?=$height?>" /> + +<?php } ?> <?php function gpListItem(\obj $obj) : void { ?> <?php require "model/gpListItem.php"; ?> |