-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.php
211 lines (154 loc) · 6.92 KB
/
videos.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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<?php include ("config.php"); ?>
<?php include ("admin/bd/stream.php"); ?>
<?php include ("admin/bd/locutores.php"); ?>
<?php include ("admin/bd/top5.php"); ?>
<?php include ("admin/bd/mural.php"); ?>
<?php include ("admin/bd/anunciantes.php"); ?>
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title><?php echo $page_title; ?> - <?php echo $menu_videos; ?></title>
<!--=================================
Meta tags
=================================-->
<meta name="description" content="<?php echo $page_desc; ?>">
<meta name="keywords" content="<?php echo $page_words; ?>" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta name="viewport" content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no" />
<!-- Favicon -->
<link rel="icon" href="admin/assets/img/favicon.jpg">
<link rel="shortcut icon" href="admin/assets/img/favicon.jpg" />
<!--=================================
Style Sheets
=================================-->
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/flexslider.css">
<link rel="stylesheet" type="text/css" href="assets/css/prettyPhoto.css">
<link rel="stylesheet" type="text/css" href="assets/css/jquery.vegas.css">
<link rel="stylesheet" type="text/css" href="assets/css/jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" type="text/css" href="assets/css/<?php echo $corsite; ?>.css">
<script async src="assets/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script defer src="assets/js/jquery.js"></script>
</head>
<body>
<!--=================================
Header
=================================-->
<header>
<nav class="navbar yamm navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle fa fa-navicon"></button>
<a class="navbar-brand" href="home.php">
<img src="admin/assets/img/logo.png" alt="logo" />
</a>
</div>
<div class="nav_wrapper">
<div class="nav_scroll">
<ul class="nav navbar-nav">
<li class=""><a href="home.php"><?php echo $menu_home; ?></a></li>
<li class=""><a href="sobre.php"><?php echo $menu_sobre; ?></i></a></li>
<li class=""><a href="noticias.php"><?php echo $menu_noticias; ?></i></a></li>
<?php
if ($mural == 1) {
echo "<li><a href='mural.php'>$menu_mural</i></a></li>";
}
?>
<li class=""><a href="programacao.php"><?php echo $menu_programacao; ?></i></a></li>
<li class=""><a href="eventos.php"><?php echo $menu_eventos; ?></a></li>
<li class=""><a href="fotos.php"><?php echo $menu_fotos; ?></a></li>
<li class="active"><a href="videos.php"><?php echo $menu_videos; ?></a></li>
<li class=""><a href="equipe.php"><?php echo $menu_equipe; ?></a></li>
<li class=""><a href="contato.php"><?php echo $menu_contato; ?></a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<!--=================================
Vegas Slider Images
=================================-->
<ul class="vegas-slides hidden">
<?php $gallery ="Bg"; include($_SERVER["DOCUMENT_ROOT"]."/admin/includes/gallery-bg.php"); ?>
</ul>
<!--=================================
JPlayer (Audio Player)
=================================-->
<div id="ajaxArea">
<div class="pageContentArea">
<!--=================================
bread crums
=================================-->
<section class="breadcrumb">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<h1><?php echo $menu_videos; ?></h1>
<h5>Últimos vídeos</h5>
</div>
</div>
</div>
</section>
<div class="clearfix"></div>
<!--=================================
videos
=================================-->
<section id="updates">
<div class="container">
<div class="row">
<?php include_once($_SERVER["DOCUMENT_ROOT"]."/admin/includes/videos2.php"); ?>
</div>
</div>
</section>
<div class="clearfix"></div>
</div><!--pageContent-->
</div><!--ajaxwrap-->
<?php include ("anuncios.php"); ?>
<!--=================================
Footer
=================================-->
<?php include ("rodape.php"); ?>
<!--=================================
Script Source
=================================-->
<script defer src="assets/js/bootstrap.min.js"></script>
<script defer src="assets/js/jquery.easing-1.3.pack.js"></script>
<script defer src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script defer src="assets/js/jquery.mousewheel.min.js"></script>
<script defer src="assets/js/jflickrfeed.min.js"></script>
<script defer src="assets/js/jquery.flexslider-min.js"></script>
<script defer src="assets/js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script defer src="assets/js/tweetie.min.js"></script>
<script defer src="assets/js/jquery.prettyPhoto.js"></script>
<script defer src="assets/jPlayer/jquery.jplayer.min.js"></script>
<script defer src="assets/jPlayer/add-on/jplayer.playlist.min.js"></script>
<script defer src="assets/js/jquery.vegas.min.js"></script>
<script defer src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script defer src="assets/js/jquery.calendar-widget.js"></script>
<script defer src="assets/js/isotope.js"></script>
<script defer src="assets/js/main.js"></script>
</script>
<script src="/admin/includes/tracker.php?uri=<?php echo $_SERVER['REQUEST_URI']; ?>&ref=<?php echo $_SERVER['HTTP_REFERER']; ?>"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<?php echo $analytics_id; ?>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>