View file 2/3020.ru/users/profile/friends/title/index.php

File size: 163B
<?php
  
$account = DB::GET_STRING("SELECT * FROM `USERS` WHERE `ID` = '".INTVAL(GET('id'))."' LIMIT 1");
  
$title = 'Друзья '.$account['LOGIN'].'';  
  
?>