static generation does not work with overlapping namespaces
[mdref/mdref] / views / layout.phtml
index 05367b98d1f65fb6120d88d0bb5aeaee0a89085f..6cc571ba21b44ef569da08627d54063b57b7a4fc 100644 (file)
                        <base href="<?= $baseUrl ?>">
                        <meta http-equiv="Content-Location" content="<?= $baseUrl . $ref ?>">
                        <link rel="stylesheet" href="index.css">
-               <?php else: ?>
-                       <style type="text/css">
-                               <?= file_get_contents(__DIR__."/../public/index.css"); ?>
-                       </style>
                <?php endif; ?>
                
                <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
                </footer>
                <?php if (isset($baseUrl)) : ?>
                        <script src="index.js"></script>
-               <?php else : ?>
-                       <script type="application/javascript">
-                               <?= file_get_contents(__DIR__."/../public/index.js"); ?>
-                       </script>
                <?php endif; ?>
        </body>
 </html>