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

File size: 171B
<?php
  
$account = DB::GET_STRING("SELECT * FROM `USERS` WHERE `ID` = '".INTVAL(GET('id'))."' LIMIT 1");
  
$title = 'Подписчики '.$account['LOGIN'].'';  
  
?>