-
Notifications
You must be signed in to change notification settings - Fork 1
/
left.php
38 lines (34 loc) · 1.02 KB
/
left.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
<table width="265px" border="0" cellpadding="0" cellspacing="0" class="left_table">
<tr>
<td align="center" valign="top">
<?php
if(@isset($_SESSION['id']) && isset($_SESSION['name'])){
include 'message.php';
}else{
include 'login.php';
}
?>
</td>
</tr>
</table>
<table width="265px" border="0" cellspacing="0" cellpadding="0" class="left_table">
<tr>
<td align="center" valign="top">
<?php include 'found.php'; ?>
</td>
</tr>
</table>
<table width="265px" border="0" cellpadding="0" cellspacing="0" class="left_table">
<tr>
<td align="center" valign="top">
<?php include 'audio.php'; ?>
</td>
</tr>
</table>
<table width="265px" border="0" cellpadding="0" cellspacing="0" class="left_table">
<tr>
<td align="center" valign="top">
<?php include 'video.php'; ?>
</td>
</tr>
</table>