forked from vergnet/site-accueil-insa
miss blouse
This commit is contained in:
parent
bf2da85110
commit
5fca5a771b
3 changed files with 1 additions and 1 deletions
BIN
assets/img/blouse/blouse_5.jpg
Normal file
BIN
assets/img/blouse/blouse_5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 365 KiB |
BIN
assets/img/blouse/blouse_6.jpg
Normal file
BIN
assets/img/blouse/blouse_6.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 412 KiB |
|
@ -75,7 +75,7 @@ ob_start(); // Start reading html
|
|||
</div>
|
||||
<div id="photos_blouse">
|
||||
<?php
|
||||
for($i = 1; $i<=4; $i++) {
|
||||
for($i = 1; $i<=6; $i++) {
|
||||
echo "<img src='assets/img/blouse/blouse_".$i.".jpg' class='img_blouse'>";
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue