Mini Shell

Direktori : /home/brasafestival/www/old/nav/
Upload File :
Current File : /home/brasafestival/www/old/nav/home.php

<?php
$query = "SELECT
    th.templates_home_titulo,
    th.templates_home_idcss,
    th.templates_home_idpg,
    (select t.templates_arquivo from templates as t where t.templates_id = th.templates_home_templatesid) as templates_home_arquivo,
    (select p.paginas_url from paginas as p where th.templates_home_idpg = p.paginas_id) as paginas_url
    FROM templates_home as th
    ORDER BY templates_home_ordem";
$templates = mysqli_query($config, $query) or die(mysqli_error());
while($row_templates = mysqli_fetch_assoc($templates)){
	$idCss = $row_templates['templates_home_idcss'];
	$idcss = "#".$row_templates['templates_home_idcss'];
	$template_idpg = $row_templates['templates_home_idpg'];

    echo "<!-- templates/sections/'{$row_templates['templates_home_arquivo']} -->";
    include('templates/sections/'.$row_templates['templates_home_arquivo']);
    echo "<!-- templates/sections/'{$row_templates['templates_home_arquivo']} -->";

    echo "<div class='clear'></div>";
}
?>


Zerion Mini Shell 1.0