?> style.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container mainframe"> <div class="row header"> <div class="col-md-2 text-center"> <a href="<?php uriparser::link(); ?> "><img src="<?php gui::template_host(); ?> img/volgmed-herb.png" class="img-responsive"></a> </div> <div class="col-md-5"> <img src="<?php gui::template_host(); ?> img/volgmed-title-2.png" class="img-responsive"> </div> <div class="col-md-5"> </div> </div>
</li> <li> <img src="<?php gui::template_host(); ?> img/no-photo.jpg"> <div class="overflow"> <div class="date-1"> <time datetime="2014-11-12 13:00:00">12.11.2014</time> <span>Tempor incididunt ut labore et</span> </div> <p>Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p> <a href="#" class="btn btn-default">Читать далее</a> </div> </li> </ul> <a href="<?php uriparser::link("news/"); ?> " class="link-1">Просмотреть все новости</a> </div> </div> <div class="row"> <div class="col-md-12"> <?php gui::body(); ?> </div> </div> <?php include gui::template_path() . "footer.php";