Example #1
0
        </div>
        <div  id="photoCurtain">
            <button class="btn btn-info " id="closePhotoButton" name="closePhotoButton" type="button">
                <span class="glyphicon glyphicon-remove"></span>    
            </button>
            <div id="fullScreenPhotoDiv">               
                <img id="fullScreenImg" src="#" alt=""/>
            </div>
        </div>

        <div id="content" class="container container-fluid">

            <div>

                    <?php 
$navigationItemSelected = SessionUtils::getNavigationSelectedItem();
$userLogged = SessionUtils::getUserLogged();
if (!is_null($userLogged)) {
    ?>

                        <nav  class="navbar">
                            
                            <ul id="headerNavItem" class="nav nav-tabs">

                                <li>
                                    <a  href="<?php 
    echo URL . HOME_CONTROLLER;
    ?>
">
                                        <span class="glyphicon glyphicon-home"></span>
                                        <span class="headerNavItemName"></span>