<?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>";
?>