permalinks
[mdref/mdref] / views / layout.phtml
index 6cc571ba21b44ef569da08627d54063b57b7a4fc..54c0d56a328863c7d6a2b25070fbb4027cffb004 100644 (file)
                        <meta http-equiv="Content-Location" content="<?= $baseUrl . $ref ?>">
                        <link rel="stylesheet" href="index.css">
                <?php endif; ?>
-               
-               <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
+               <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
+               <link rel="shortcut icon" href="<?= $baseUrl . "favicon.ico" ?>">
        </head>
        <body>
+               <div class="page">
                <?php include __DIR__."/sidebar.phtml" ?>
                <?php if (isset($exception)) : ?>
                        <?= \mdref\ExceptionHandler::htmlException($exception) ?>
@@ -47,5 +49,6 @@
                <?php if (isset($baseUrl)) : ?>
                        <script src="index.js"></script>
                <?php endif; ?>
+               </div>
        </body>
 </html>