コード例 #1
0
ファイル: patio.php プロジェクト: hugodom/Multiplaza
<?php

include 'includes/conf.inc.php';
if (isset($_GET['s'])) {
    include MODELS_PATH . 'model.Secciones.php';
    $secciones_model = new Secciones();
    $seccion = $secciones_model->fetchById($_GET['s']);
    include MODELS_PATH . 'model.Tiendas.php';
    $tiendas_model = new Tiendas();
    $tiendas = $tiendas_model->fetchAllBySeccion($_GET['s']);
}
?>
<!doctype html>
<html lang="es">
<head>
	<meta charset="UTF-8">
	<title><?php 
echo TITLE;
?>
</title>
	<link rel="stylesheet" href="<?php 
echo CSS_PATH;
?>
styles.css">
	<link rel="stylesheet" href="<?php 
echo CSS_PATH;
?>
supersized.css">
	<script type="text/javascript" src="<?php 
echo JS_PATH;
?>