-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
139 lines (127 loc) · 4.65 KB
/
index.php
File metadata and controls
139 lines (127 loc) · 4.65 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?php
include 'databases.php';
?>
<!DOCTYPE html>
<html lang="vi" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<head>
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index" />
<meta name="title" content="<?php echo $title; ?>" />
<meta name="description" content="<?php echo $description; ?>" />
<meta name="keywords" content="phimmoi, xem phim, phim online, xem phim online, xem phim nhanh, phim online nhanh, zingtv, bilutv, motphim, motchill, chillhay,dongphim" />
<meta name="author" content="ZingTV.top" />
<meta name="revisit-after" content="1 days" />
<meta name="robots" content="index,follow" />
<meta http-equiv="content-language" content="vi" />
<meta name="googlebot" content="index,follow" />
<meta name="BingBOT" content="index,follow" />
<meta name="yahooBOT" content="index,follow" />
<meta name="slurp" content="index,follow" />
<meta name="msnbot" content="index,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="referrer" content="no-referrer">
<meta property="fb:app_id" content=""/>
<meta property="fb:admins" content=""/>
<meta name="google-site-verification" content="" />
<meta name='dmca-site-verification' content='' />
<link rel="shortcut icon" href="<?php echo $favicon; ?>" />
<!-- google -->
<meta itemprop="name" content="<?php echo $title; ?>">
<meta itemprop="description" content="<?php echo $description; ?>">
<meta itemprop="image" content="https://i.imgur.com/tgtVxr1.jpg">
<!-- facebook -->
<meta property="og:title" content="<?php echo $title; ?>">
<meta property="og:description" content="<?php echo $description; ?>" />
<meta property="og:url" content="<?php echo $domain; ?>" />
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://i.imgur.com/tgtVxr1.jpg" />
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="<?php echo $title; ?>">
<meta name="twitter:description" content="<?php echo $description; ?>">
<meta name="twitter:image" content="https://i.imgur.com/tgtVxr1.jpg">
</head>
<body>
<?php
include 'includes/nav.php';
?>
<div id="main-content">
<div class="container" id="wrapper">
<div class="left-content">
<div class="film-top-slide hidden-xs">
<ul id="top-slide" class="owl-carousel owl-theme">
<?php
include 'includes/00.php';
?>
</ul>
</div>
<div class="block-film">
<h2 class="caption">
<i class="fa fa-fire" aria-hidden="true"></i>Phim Bộ Mới <a class="view-all" title="Phim lẻ mới cập nhật" href="/">Xem tất cả <i class="fa fa-angle-double-right"></i></a>
</h2>
<ul class="list-film">
<?php
include 'includes/1.php';
?>
</ul>
</div>
<div class="block-film" style="padding-top: 10px">
<h2 class="caption">
<i class="fa fa-film" aria-hidden="true"></i><span>Phim Lẻ Mới</span> <a class="view-all" title="Phim bộ mới cập nhật" href="/">Xem tất cả <i class="fa fa-angle-double-right"></i></a>
</h2>
<ul class="list-film">
<?php
include 'includes/2.php';
?>
</ul>
</div>
<div class="block-film" style="padding-top: 10px">
<h2 class="caption">
<i class="fa fa-film" aria-hidden="true"></i><span>Hoạt Hình Update</span> <a class="view-all" title="Phim bộ mới cập nhật" href="/">Xem tất cả <i class="fa fa-angle-double-right"></i></a>
</h2>
<ul class="list-film">
<?php
include 'includes/3.php';
?>
</ul>
</div>
</div><!--end Left-content-->
<div class="right-content">
<?php
include 'includes/BXH.php';
?>
</div><!--end Right-content-->
</div><!-- end-container -->
<script type="text/javascript">
$(document).ready(function() {
//Top slide aaa
$("#top-slide").owlCarousel({
singleItem: true,
autoPlay: true,
slideSpeed: 200,
lazyLoad: true,
stopOnHover: true,
navigation: true,
navigationText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
});
//Film-hot slide
$("#film-hot").owlCarousel({
items: 4,
itemsTablet: [700, 3],
itemsMobile: [479, 2],
lazyLoad: false,
navigation: true,
scrollPerPage: true,
slideSpeed: 800,
paginationSpeed: 400,
stopOnHover: true,
pagination: false,
autoPlay: 8000,
navigationText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
});
});
</script></div>
<?php
include 'includes/fot.php';
?>