<?php 
require_once __DIR__ . '/../blocks/header.php';
?>
			<div id="content">
				<?php 
require_once __DIR__ . '/../blocks/NavMenu.php';
?>
				
				<div id="info">

					<?php 
if (!empty($this->data['resInd'])) {
    echo "<div style ='padding-bottom:30px;' class='cratkoe_opisanie2'>\n                            <h4 style='margin-top:10px;margin-bottom:10px;'>" . $this->data['resInd'][0]['title'] . "</h4>\n                            <label style='color:#900000;'>" . $this->data['resInd'][0]['text'] . "</label>\n                            <img style='position:relative;top:-200px;left:-4px;' src='../img/new.png' alt='Новинка!' title='Новинка!'>\n\n                            <script type='text/javascript' src='//yastatic.net/share/share.js' charset='utf-8'>\n                            </script><div class='yashare-auto-init' data-yashareL10n='ru' data-yashareType='small'\n                             data-yashareQuickServices='vkontakte,facebook,twitter,odnoklassniki,moimir,gplus'\n                             data-yashareTheme='counter'></div>";
} else {
    $errResInd = new ErrDBModel();
    echo $errResInd->ErrForInd(1);
}
?>
					<!--<div id = "new_video">
						<h4 style='color:#900000;'>Новое видео в плейлистах<span style='color:#424242;'>*</span> :</h4>
							<p>Добавлено видео в плейлист: <a href = '/satellit-info.ru/view_post.php?id=18'>КОБ. Величко Михаил Викторович<a></p>
						
						* - обновления в некоторых плейлистах здесь не фиксируются. 
					</div>-->
					
				</div>
				

			</div>

            <?php