[go: up one dir, main page]

Menu

[r122]: / foto / top_foto.php  Maximize  Restore  History

Download this file

28 lines (23 with data), 871 Bytes

 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
<?php
$design_path=$GDLOBAS['dpath'];
echo "<div> ";
echo "<table width=\"80%\" align=\"center\" cellpadding=\"0\" cellspacing=\"5\" border=\"0\">\n";
echo "<tr>\n";
echo " <td class=\"news_top_text\" width=\"50%\" align=\"center\">\n";
echo " <a class=\"news_top\" href=\"?fv=f\">Фото</a>\n";
echo " </td>\n";
echo " <td class=\"news_top_text\" align=\"center\">\n";
echo " <a class=\"news_top\" href=\"?fv=v\">Видео</a>\n";
echo " </td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo " <td align=\"center\">\n";
echo " <a href=\"?fv=f\"><img src=\"$design_path/foto.png\"></a>\n";
echo " </td>\n";
echo " <td align=\"center\">\n";
echo " <a href=\"?fv=v\"><img src=\"$design_path/kino.png\"></a>\n";
echo " </td>\n";
echo "</tr>\n";
echo "</table>";
echo "</div>";
?>