30 lines
1.3 KiB
PHTML
Executable File
30 lines
1.3 KiB
PHTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?= $this->headTitle() ?>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
|
<link rel="stylesheet" href="/static-sanjy-np/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="/static-sanjy-np/photoswipe/photoswipe.css"/>
|
|
<link rel="stylesheet" href="/static-sanjy-np/photoswipe/default-skin/default-skin.css"/>
|
|
<script src="/static-sanjy-np/js/jquery.min.js"></script>
|
|
<script src="/static-sanjy-np/js/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="/static-sanjy-np/map/statics/ol.js" data-main="indexMain"></script>
|
|
<?= $this->headScript() ?>
|
|
<?= $this->headLink() ?>
|
|
<?= $this->headStyle() ?>
|
|
<link rel="shortcut icon" href="/favicon.ico"/>
|
|
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/data/feed"/>
|
|
<!--[if lte IE 9]>
|
|
<script>
|
|
window.location = '/html/browsers.html';
|
|
</script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<?= $this->render('sanji-header.phtml') ?>
|
|
<!--<div class="breadcrumb"><?= $this->breadcrumb() ?> </div>-->
|
|
<?= $this->layout()->content ?>
|
|
<?= $this->render('sanji-footer.phtml') ?>
|
|
</body>
|
|
</html>
|