This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once($_SERVER['DOCUMENT_ROOT'].'/abstract/Request.php'); | |
require_once($_SERVER['DOCUMENT_ROOT'].'/abstract/Response.php'); | |
/** | |
* Created by JetBrains PhpStorm. | |
* User: drege_000 | |
* Date: 03.10.12 | |
* Time: 21:14 | |
* To change this template use File | Settings | File Templates. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{if $data.player == false} | |
<div class="user-info-block notautorized"> | |
<p class="text"> | |
Привет!<br> | |
Зарегистрируйся на play.sports.ru, находи и рассказывай о лучших площадках, общайся с другими игроками и играй в футбол! | |
</p> | |
</div> | |
{elseif $data.player.notreg} | |
<div class="user-info-block autorized"> | |
<p class="text"> |
NewerOlder