Mini Shell
Direktori : /home/playbengal/www/ |
|
Current File : /home/playbengal/www/sobre-a-alimentacao.php |
<?
include('admin/inc/conexao.php');
include('admin/inc/funcoes.php');
$SQL = mysql_query("SELECT cont FROM institucionais WHERE id = 6",$db);
if($row = mysql_fetch_array($SQL)) $CONT = str_replace('imagens/',URL().'/imagens/',$row["cont"]);;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<? include('head.php') ?>
<link type="text/css" rel="stylesheet" href="<?=URL()?>/css/internas.css" />
<script type="text/javascript">
$(window).on('load resize', function(){
$('#divTopo').anystretch("<?=URL()?>/imagens/bg-couro.jpg");
$('#divFilh').anystretch("<?=URL()?>/imagens/bg-madeira.jpg");
});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TT72FNK6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
<div id="divTudo">
<div id="divGera">
<? include('topo.php'); ?>
<? include('banner.php'); ?>
<div id="divCont">
<div class="limite">
<div class="divCK" style="color:#201e1e;">
<?=$CONT?>
</div>
<div style="clear:both"></div>
<script type="text/javascript">
$(window).load(function(){
IMAGEM();
});
function IMAGEM(){
$(".divCK img").each(function(){
$(this).css('maxWidth',$(this).width());
$(this).css('width','100%');
$(this).css('height','auto');
});
}
/**/
var $allVideos = $(".divCK iframe"), $fluidEl = $(".divCK");
$allVideos.each(function(){
$(this)
.data('aspectRatio', this.height / this.width)
.removeAttr('height')
.removeAttr('width');
});
$(window).resize(function(){
var newWidth = $fluidEl.width();
if(newWidth > 640) newWidth = 640;
$allVideos.each(function() {
var $el = $(this);
$el
.width(newWidth)
.height(newWidth * $el.data('aspectRatio'));
});
}).resize();
</script>
</div>
</div>
<? include('informacoes.php'); ?>
<div id="divFilh">
<? include('incFilhotes.php'); ?>
</div>
<? include('rodape.php'); ?>
</div>
</div>
</body>
</html>
Zerion Mini Shell 1.0