Файл: public_html/theme/dulat/end.php
Строк: 29
<?php
/**
* @package JohnCMS
* @copyright Copyright (C) 2008-2011 JohnCMS Community
* @license LICENSE.txt (see attached file)
* @version VERSION.txt (see attached file)
* @author http://johncms.com/about
*/
defined('_IN_JOHNCMS') or die('Error: restricted access');
//.content, .equal
echo '
</div>';
require('rightside.php');
echo'<div class="both"></div>
</div>
<div class="fmenu">
<a href='' . $set['homeurl'] . ''>' . functions::image('menu_home.png') . $lng['homepage'] . '</a>
<span class="toright"
<a href='' . $set['homeurl'] . '/users/index.php?act=online'>
' . counters::online() . '
</a></span>
<center>' . $set['copyright'] . '</center>
<div class="both"></div>
</div>
</div>';
// Рекламный блок сайта
if (!empty($cms_ads[2])) {
echo '<div class="reklama">' . $cms_ads[2] . '</div>';
}
// Рекламный блок сайта
if (!empty($cms_ads[3])) {
echo '<br />' . $cms_ads[3];
}
?>
<!-- jquery tabs -->
<script type="text/javascript">
$(document).ready(function() {
$( "#tabs" ).tabs();
});
</script>
<?php
echo '
</body>
</html>';
?>