Example #1
0
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory8;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllItems($bdd, $characterID);
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
Example #2
0
<?php

$timeStart = microtime(true);
session_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
hasAdmin($accountAccess);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading"></div>
	<div class="panel-body">
		<?php 
showAllItems($bdd);
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
Example #3
0
<?php

$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading"></div>
	<div class="panel-body">
		<?php 
showAllItems($bdd, $townID);
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
Example #4
0
echo $arParams["VIEW_TYPE"];
?>
 .row .text').sliceHeight( { slice: <?php 
echo $size;
?>
 } );
								<?}?>
							}, 600)
						})
					</script>
				<?
			}
		}?>	
		<div class="group-content">
			<?$i = 0;?>
			<?showAllItems( $this, $arResult, $arParams, $i, $isList );?>
		</div>
		
		<?if( $arParams["DISPLAY_BOTTOM_PAGER"] ){?>
			<?php 
echo $arResult["NAV_STRING"];
?>
		<?}?>
	<?endif;?>
	
	<?// section description?>
	<?if(is_array($arResult["SECTION"]["PATH"])):?>
		<?$arCurSectionPath = end($arResult["SECTION"]["PATH"]);?>
		<?if(strlen($arCurSectionPath["DESCRIPTION"]) && strpos($_SERVER["REQUEST_URI"], "PAGEN") === false):?>
			<div class="cat-desc"><?php 
echo $arCurSectionPath["DESCRIPTION"];