View file gallery/index.php

File size: 437B
<?php
include_once'header.php';
$user_id=$id;

echo"<a href='album.php?$linkstr'>Мой фотоальбом</a><br/><br/>";
echo"<a href='best_comment.php?$linkstr'>Самые комментируемые</a><br/>";
echo"<a href='best_view.php?$linkstr'>Самые просматриваемые</a><br/>";
echo"<a href='best_rating.php?$linkstr'>Самые рейтинговые</a><br/><br/>";

include_once'footer.php';
?>