Замена short_tags.
This commit is contained in:
@@ -330,7 +330,7 @@ if(isset($_GET['buy_slot'])) {
|
||||
</style>
|
||||
<center><b>Ваши деньги:<font color=darkgreen> <?=$u->info['money']?> кр.</center></b></font>
|
||||
<div align="right">
|
||||
<?
|
||||
<?php
|
||||
if(!isset($_GET['shadow']) || $petox == 0 ) {
|
||||
if( $petox > 0 ) {
|
||||
echo '<button onClick="location.href=\'/main.php?newanimal&shadow\';" class="btn btn-success">Образ</button> ';
|
||||
@@ -345,7 +345,7 @@ if(isset($_GET['buy_slot'])) {
|
||||
<button onClick="location.href='/main.php?newanimal';" class="btn">Вернуться</button>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?
|
||||
<?php
|
||||
if( $u->error != '' ) {
|
||||
echo '<div><b><font color="red">'.$u->error.'</font></b></div>';
|
||||
}
|
||||
@@ -353,7 +353,7 @@ if( $u->error != '' ) {
|
||||
<hr>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<?
|
||||
<?php
|
||||
if(isset($_GET['shadow']) && $petox > 0) {
|
||||
//
|
||||
echo '<td align="left">';
|
||||
|
||||
Reference in New Issue
Block a user