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

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