closes #17, великое переименование классов для автозагрузчика, актуализация кода
This commit is contained in:
@@ -106,7 +106,6 @@ $inventorySortBox = '<div id="inventorySortBox">
|
||||
if(isset($_SESSION['paged']))$page_look = '<!-- PAGED SEE '.round((int)@$_SESSION['paged']).'-->'; else $page_look = '<!-- PAGED '.$_SESSION['paged'].' -->';
|
||||
if($pgs > $pc) {
|
||||
$nlim = ' LIMIT '.$pxc.' , '.$pc.'';
|
||||
#$page_look .= '<table border=0 cellpadding=0 cellspacing=0 width=100% bgcolor="#A5A5A5"><tr><td width=99% align=center>';
|
||||
$page_look .= '<div style="padding:0px;">';
|
||||
$page_look .= '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
|
||||
$i = 1;
|
||||
@@ -125,7 +124,6 @@ if($pgs > $pc) {
|
||||
$i++;
|
||||
}
|
||||
$page_look .= '</div>';
|
||||
# $page_look .= '<td nowrap> </td></tr></table>';
|
||||
}
|
||||
$filt='`lastUPD` DESC';
|
||||
if(isset($_GET['boxsort'])){
|
||||
@@ -338,8 +336,8 @@ function seetext(id) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="250" valign="top" align="right"><div style="padding-top: 6px;" align="center"><? $usee = $u->getInfoPers($u->info['id'],0,0,1); if($usee!=false){ echo $usee[0]; }else{ echo 'information is lost.'; }
|
||||
if($u->info['level']>1 && $u->info['inTurnir'] == 0) {
|
||||
include('_incl_data/class/_cron_.php');
|
||||
if($u->info['level']>1 && $u->info['inTurnir'] == 0) {
|
||||
$priem = new Priems();
|
||||
$priem->seeMy(1);
|
||||
}
|
||||
if( $u->info['inTurnir'] > 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user