-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.php
32 lines (27 loc) · 867 Bytes
/
Index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*massive poster for the carousel*/
echo("<img src='http://comp2203.ecs.soton.ac.uk/coursework/1415/assets/posters/".$filmOb->id."_massive.jpg'/>");
echo("</a>");
echo("</div>");
$count++;
}
?>
</div>
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<div id="previous">
<span class="glyphicon glyphicon-chevron-left"></span>
</div>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<div id="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</div>
</a>
</div>
<br>
</div>
<!-- end of carousel -->
</div>
</div>
<!--end of homepage-->
<!-- require footer -->
<?php require ("includes/footer.php");?></div>