-
Notifications
You must be signed in to change notification settings - Fork 11
/
videos.php
26 lines (15 loc) · 863 Bytes
/
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
<?php include('includes/header.php'); ?>
<div id="amarra-center-left">
<div class="center">
<div class="blocos" id="dexar-recados">
<h2><?php echo ($idDaSessao<>$idExtrangeiro) ? 'Vídeos de '.$user_fullname : 'Meus vídeos'; ?></h2>
</div><!--blocos-->
<div class="blocos" id="pagina">
<h2>videos</h2>
</div><!--blocos-->
</div><!--center-->
<div class="right">
<?php include('includes/amigos.php'); ?>
</div><!--right-->
</div><!--amarra-center-left-->
<?php include('includes/footer.php'); ?>