Code Context <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><?php echo $title_for_layout; ?></title>
<meta name="description" content= "<?php echo $descripcion_for_layout; ?>"/>
$viewFile = '/home2/csa26111/SantaMaite_CartTest/app/View/Layouts/default.ctp'
$dataForView = array(
'ofertas' => array(
(int) 0 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Oferta' => array(
[maximum depth reached]
)
)
),
'slides' => array(
(int) 0 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Slide' => array(
[maximum depth reached]
)
)
),
'keywords' => 'search',
'description' => 'Search',
'title_for_layout' => 'Search',
'search' => null,
'totalItems' => (int) 0,
'content_for_layout' => '
<h1>Busqueda</h1>
<br />
<div class="row">
<form action="/products/search" id="ProductSearchForm" method="get" accept-charset="utf-8">
<div class="col col-sm-4">
<input name="search" class="form-control" autocomplete="off" type="text" id="ProductSearch"/></div>
<div class="col col-sm-3">
<button class="btn btn-sm btn-primary" type="submit">Buscar</button></div>
</form>
</div>
<br />
<br />
',
'scripts_for_layout' => ''
)
$ofertas = array(
(int) 0 => array(
'Oferta' => array(
'id' => '1',
'nombre' => 'oferta1centro',
'imagen' => 'oferta1centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 1 => array(
'Oferta' => array(
'id' => '2',
'nombre' => 'oferta2centro',
'imagen' => 'oferta2centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 2 => array(
'Oferta' => array(
'id' => '3',
'nombre' => 'oferta3centro',
'imagen' => 'oferta3centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 3 => array(
'Oferta' => array(
'id' => '4',
'nombre' => 'oferta1derecha',
'imagen' => 'oferta1derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 4 => array(
'Oferta' => array(
'id' => '5',
'nombre' => 'oferta2derecha',
'imagen' => 'oferta2derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 5 => array(
'Oferta' => array(
'id' => '6',
'nombre' => 'oferta3derecha',
'imagen' => 'oferta3derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
)
)
$slides = array(
(int) 0 => array(
'Slide' => array(
'id' => '1',
'nombre' => 'slide1',
'imagen' => 'slide1.png',
'activa' => '0',
'url' => '/categoria/liquidos'
)
),
(int) 1 => array(
'Slide' => array(
'id' => '2',
'nombre' => 'slide2',
'imagen' => 'slide2.png',
'activa' => '0',
'url' => '/categoria/papeleria'
)
),
(int) 2 => array(
'Slide' => array(
'id' => '6',
'nombre' => 'slide3',
'imagen' => 'slide3.png',
'activa' => '1',
'url' => '/categoria/liquidos'
)
),
(int) 3 => array(
'Slide' => array(
'id' => '4',
'nombre' => 'slide4',
'imagen' => 'slide4.jpg',
'activa' => '1',
'url' => '/categoria/liquidos'
)
),
(int) 4 => array(
'Slide' => array(
'id' => '5',
'nombre' => 'sdsf',
'imagen' => 'sdsf.jpg',
'activa' => '0',
'url' => 'sdf'
)
),
(int) 5 => array(
'Slide' => array(
'id' => '3',
'nombre' => 'Alcohol_gel',
'imagen' => 'Alcohol_Gel.png',
'activa' => '1',
'url' => '/categoria/liquidos'
)
)
)
$keywords = 'search'
$description = 'Search'
$title_for_layout = 'Search'
$search = null
$totalItems = (int) 0
$content_for_layout = '
<h1>Busqueda</h1>
<br />
<div class="row">
<form action="/products/search" id="ProductSearchForm" method="get" accept-charset="utf-8">
<div class="col col-sm-4">
<input name="search" class="form-control" autocomplete="off" type="text" id="ProductSearch"/></div>
<div class="col col-sm-3">
<button class="btn btn-sm btn-primary" type="submit">Buscar</button></div>
</form>
</div>
<br />
<br />
'
$scripts_for_layout = ''
include - APP/View/Layouts/default.ctp, line 27
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
"/>
Code Context <title><?php echo $title_for_layout; ?></title>
<meta name="description" content= "<?php echo $descripcion_for_layout; ?>"/>
<meta name="keywords" content= "<?php echo $keywords_for_layout; ?>" />
$viewFile = '/home2/csa26111/SantaMaite_CartTest/app/View/Layouts/default.ctp'
$dataForView = array(
'ofertas' => array(
(int) 0 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Oferta' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Oferta' => array(
[maximum depth reached]
)
)
),
'slides' => array(
(int) 0 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Slide' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Slide' => array(
[maximum depth reached]
)
)
),
'keywords' => 'search',
'description' => 'Search',
'title_for_layout' => 'Search',
'search' => null,
'totalItems' => (int) 0,
'content_for_layout' => '
<h1>Busqueda</h1>
<br />
<div class="row">
<form action="/products/search" id="ProductSearchForm" method="get" accept-charset="utf-8">
<div class="col col-sm-4">
<input name="search" class="form-control" autocomplete="off" type="text" id="ProductSearch"/></div>
<div class="col col-sm-3">
<button class="btn btn-sm btn-primary" type="submit">Buscar</button></div>
</form>
</div>
<br />
<br />
',
'scripts_for_layout' => ''
)
$ofertas = array(
(int) 0 => array(
'Oferta' => array(
'id' => '1',
'nombre' => 'oferta1centro',
'imagen' => 'oferta1centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 1 => array(
'Oferta' => array(
'id' => '2',
'nombre' => 'oferta2centro',
'imagen' => 'oferta2centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 2 => array(
'Oferta' => array(
'id' => '3',
'nombre' => 'oferta3centro',
'imagen' => 'oferta3centro.png',
'ubicacion' => 'centro',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 3 => array(
'Oferta' => array(
'id' => '4',
'nombre' => 'oferta1derecha',
'imagen' => 'oferta1derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 4 => array(
'Oferta' => array(
'id' => '5',
'nombre' => 'oferta2derecha',
'imagen' => 'oferta2derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
),
(int) 5 => array(
'Oferta' => array(
'id' => '6',
'nombre' => 'oferta3derecha',
'imagen' => 'oferta3derecha.png',
'ubicacion' => 'derecha',
'activa' => '1',
'tipo' => '',
'url' => '/productos/productos'
)
)
)
$slides = array(
(int) 0 => array(
'Slide' => array(
'id' => '1',
'nombre' => 'slide1',
'imagen' => 'slide1.png',
'activa' => '0',
'url' => '/categoria/liquidos'
)
),
(int) 1 => array(
'Slide' => array(
'id' => '2',
'nombre' => 'slide2',
'imagen' => 'slide2.png',
'activa' => '0',
'url' => '/categoria/papeleria'
)
),
(int) 2 => array(
'Slide' => array(
'id' => '6',
'nombre' => 'slide3',
'imagen' => 'slide3.png',
'activa' => '1',
'url' => '/categoria/liquidos'
)
),
(int) 3 => array(
'Slide' => array(
'id' => '4',
'nombre' => 'slide4',
'imagen' => 'slide4.jpg',
'activa' => '1',
'url' => '/categoria/liquidos'
)
),
(int) 4 => array(
'Slide' => array(
'id' => '5',
'nombre' => 'sdsf',
'imagen' => 'sdsf.jpg',
'activa' => '0',
'url' => 'sdf'
)
),
(int) 5 => array(
'Slide' => array(
'id' => '3',
'nombre' => 'Alcohol_gel',
'imagen' => 'Alcohol_Gel.png',
'activa' => '1',
'url' => '/categoria/liquidos'
)
)
)
$keywords = 'search'
$description = 'Search'
$title_for_layout = 'Search'
$search = null
$totalItems = (int) 0
$content_for_layout = '
<h1>Busqueda</h1>
<br />
<div class="row">
<form action="/products/search" id="ProductSearchForm" method="get" accept-charset="utf-8">
<div class="col col-sm-4">
<input name="search" class="form-control" autocomplete="off" type="text" id="ProductSearch"/></div>
<div class="col col-sm-3">
<button class="btn btn-sm btn-primary" type="submit">Buscar</button></div>
</form>
</div>
<br />
<br />
'
$scripts_for_layout = ''
include - APP/View/Layouts/default.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
" />