Beispiel #1
0
    }
}
get_header();
// Todo: query database for labels of campus/building/room for .page-title
while (have_posts()) {
    the_post();
    ?>
		<div class="container" id="home-content">
<?php 
    if (isset($_SESSION["APP"]["campus"]) && isset($_SESSION["APP"]["building"]) && isset($_SESSION["APP"]["room"])) {
        ?>
			<h1 class="page-title"><?php 
        echo $campus->getArrayKeyValue()[$_SESSION["APP"]["campus"]];
        ?>
 > <?php 
        echo $building->getArrayKeyValue()[$_SESSION["APP"]["building"]];
        ?>
 > <?php 
        echo $room->getArrayKeyValue()[$_SESSION["APP"]["room"]];
        ?>
</h1>
			<?php 
        the_content();
        ?>
			<?php 
        if (isset($debug) && $debug == true) {
            ?>
				<div class="panel panel-default">
					<div class="panel-heading">
						<h3 class="panel-title">Debug</h3>
					</div>