Файл: setk/ajax/newModal/connect.php
Строк: 14
<!-- Новое модальное окно -->
<script src="/ajax/newModal/jquery-modal.js"></script>
<link type="text/css" href="/ajax/newModal/modal.css" rel="stylesheet" />
<script src="/ajax/newModal/start.js"></script>
<!-- The End newModal -->
<!-- Контейнер модального окна -->
<div class="dcms-modal-style" id="dcms-modal" style="display: none">
<table>
<tr>
<td class="dcms-modal-title" id="dcms-modal-title">
Модальное окно
<!-- Заголовок окна -->
</td>
<td class="dcms-close">
<a href="#" class="close_dcms_modal">Закрыть</a>
</td>
</tr>
</table>
<div class="dcms-modal-content" id="dcms-modal-content">
<!-- Контент подгружаемый в окно -->
</div>
</div>
<!-- The End (c) alex-borisi -->
<?
// Заявляем что модуль подключен
$dcms_modal = true;
?>