<body>
    <div class="container-fluid">
        <div class="col-lg-5 col-centered">
            <h2 class="text-center text-danger"><i class="fa fa-exclamation-triangle fa-3x text-center"></i><br />Application Not Found</h2>
            <hr style="margin: 20px" />
            <p class="lead "><strong>Possible Reasons:</strong></p>
            <ul class="list-unstyled" style="font-size: 16px;">
                <li>
                    <i class="fa fa-info-circle"></i> Specified application <mark><?php 
echo \bootstrap::getAppName();
?>
</mark> structure does not exist.
                </li>
                <li>
                    <i class="fa fa-info-circle"></i> Check the spelling of the supplied application name <mark><?php 
echo \bootstrap::getAppName();
?>
</mark>.
                </li>
            </ul>
        </div>
    </div>

    <footer>
        <div class="container">
            <ul class="list-inline">
                <li>
                    <?php 
echo htmltag::anchor(array('value' => htmltag::img(array('src' => '/paperboot/media/img/' . 'php.jpg')), 'href' => 'http://php.net', 'target' => '_blank'));
?>