-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.php
53 lines (39 loc) · 1.29 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php include("includes/quiz_header.php"); ?>
<ul class="reskinning_content">
<li class="cd-selected">
<center>
<div class="ads" >
<!-- adsense -->
<!-- adsense ad unit here مسح هاد السطر و وضع ادسنس -->
<!-- adsense -->
</div>
</center>
<div class="wrapper">
<div class="img">
<center>
<div>
<img width="100%" height="100%"src="<?php echo $path . $img ?>" alt="mohammed cha" />
</div>
</center>
</div>
<div class="details">
<h1><?php echo $quiz_answer_title ; ?></h1>
<p><?php echo $quiz_answer_description ; ?></p>
<center>
<form>
<a class="twitter button" href="http://twitter.com/share?text=<?php echo $quiz_title ; ?> &url=<?php echo $quiz_url ; ?>/?<?php echo $six_number ?>" target="blank"><i class="fa fa-twitter"></i> <?php echo $share_button; ?> </a>
<input class="button" type=button value="<?php echo $refresh_button; ?>" onClick="window.location.reload()">
</form>
</center>
</div>
</div>
<center>
<div class="ads">
<!-- adsense -->
<!-- adsense ad unit here مسح هاد السطر و وضع ادسنس -->
<!-- adsense -->
</div>
</center>
</li>
</ul>
<?php include("includes/quiz_footer.php"); ?>