Notice (8): Undefined index: User [APP/views/layouts/admin_layout.ctp, line 29]
Code | Context
$___viewFn = "/var/www/vhosts/grupolidertel.com/httpdocs/app/views/layouts/admin_layout.ctp"
$___dataForView = array(
"promotions" => array(
array(),
array(),
array()
),
"title_for_layout" => "Web Index Promotions",
"content_for_layout" => "<style>
#cover_promotions {height:450px;}
#cover_promotions #main_promotion {position:relative; height:450px; width:650px; float:left;}
#cover_promotions .main_promotion {position:absolute; top:0; left:0;}
#cover_promotions #mini_promotions {float:right; width:300px;}
#cover_promotions #mini_promotions a {display:block; position:absolute; top:0; left:0;width:300px; height:150px;}
#cover_promotions #mini_promotions div{position:relative; width:300px; height:150px; margin-bottom:0px;}
#sub-promotions a {display: block;width: 190px;float: left;height: 114px;margin: 5px 1px 20px; overflow: hidden;}
#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}
</style>
<!--[if IE 7]>
<style>
#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}
</style>
<![endif]-->
<!--[if IE 8]>
<style>
/*#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}*/
</style>
<![endif]-->
<div id="cover_promotions">
<map id="promo_map_0" name="promo_map_0">
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="1,167,532,205" />
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="533,79,617,168" />
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/11/6" coords="0,216,533,253" />
</map>
<map id="promo_map_1" name="promo_map_1">
<area title="Llévate tu fijo de casa por solo 7,50 al mes!" href="/vodafone/_ETS2/10/5" coords="3,4,954,441" />
</map>
<map id="promo_map_2" name="promo_map_2">
<area title="El nuevo iPad 16GB Blanco por solo 415€" href="/vodafone/newipad16gw/65/4" coords="746,323,799,345" />
<area title="El nuevo iPad 16GB Negro por solo 415€" href="/vodafone/newipad16gb/65/4" coords="823,323,864,341" />
<area title="El nuevo iPad 32GB Blanco por solo 499€" href="/vodafone/newipad32gw/65/4" coords="747,348,800,367" />
<area title="El nuevo iPad 32GB Negro por solo 499€" href="/vodafone/newipad32gb/65/4" coords="821,348,864,368" />
<area title="El nuevo iPad 64GB Blanco por solo 585€" href="/vodafone/newipad64gw/65/4" coords="749,374,798,395" />
<area title="El nuevo iPad 64GB Negro por solo 585€" href="/vodafone/newipad64gb/65/4" coords="821,376,864,395" />
</map>
<div id="main_promotion">
<span><img src="/img/promotions/00219_portada.adsl.jpg" usemap="#promo_map_0" id="main_promotion_0" style="" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00220_portada.vodafoneEncasa.jpg" usemap="#promo_map_1" id="main_promotion_1" style="display:none" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00218_portada.iPad.jpg" usemap="#promo_map_2" id="main_promotion_2" style="display:none" class="main_promotion" alt="" /></span> </div>
<div id="mini_promotions">
<a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_0" style="display:none"><img src="/img/promotions/" alt="" /></a><div id="mini_promotions_pos_1"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_1"><img src="/img/promotions/" alt="" /></a></div><div id="mini_promotions_pos_2"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_2"><img src="/img/promotions/" alt="" /></a></div>
<style type="text/css">
/*
#mini-promo-enterprise-request{width:300px;height:150px; position:relative;}
#mini-promo-enterprise-request #enlaceParaEmpresas, #mini-promo-enterprise-request #enlaceParaAutonomos {border: 0 none;height: 40px !important; margin: 0;padding: 0;width: 141px !important; bottom:0 !important; top:auto !important; left:auto !important;}
#mini-promo-enterprise-request #enlaceParaEmpresas {background: url("http://www.grupolidertel.com/img/enterprise_request/empresas-but.png") !important; left: 5px !important;}
#mini-promo-enterprise-request #enlaceParaAutonomos {background: url("http://www.grupolidertel.com/img/enterprise_request/autonomos-but.png") !important; right: 5px !important;}
#mini-promo-enterprise-request #presupuesto {background:url("http://www.grupolidertel.com/img/enterprise_request/empresas-bg-ltl.jpg") no-repeat scroll left top #FFFFFF; padding:0;}
#mini-promo-enterprise-request .grey, #mini-promo-enterprise-request .black{display:none;}
*/
</style>
</div>
</div>
<div class="clear"></div>
<script type="text/javascript">
var activePromoId = 0;
$j('#mini_promotions a').each(function(){
this.cont = /mini_promotion_(.*)/.exec($j(this).attr('id'))[1];
$j(this).click(function(e){
// Comprobamos si es un FLASH
if($j('embed#main_promotion_'+activePromoId).length>0) $j('#main_promotion_'+activePromoId).hide();
else $j('#main_promotion_'+activePromoId).fadeOut();
if($j('embed#main_promotion_'+this.cont).length>0) $j('#main_promotion_'+this.cont).show();
else $j('#main_promotion_'+this.cont).fadeIn();
// Mostramos la cambiamos la minipromo
$j('#mini_promotion_'+this.cont).parent('div').append($j('#mini_promotion_'+activePromoId));
$j('#mini_promotion_'+activePromoId).fadeIn();
$j('#mini_promotion_'+this.cont).fadeOut();
activePromoId = this.cont;
return false;
});
});
// Si la primera promo es un flash lo esconde
$j('#main_promotion .main_promotion').each(function(i,item){
if(i==0) return;
if(item.tagName == 'EMBED') $j(item).hide();
});
//new ProtoWin('/info/promo3d',{isUrl:true});
</script>",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/web_index_promotions/cover_minis_fade"
HtmlHelper::$params = array
HtmlHelper::$action = "cover_minis_fade"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/web_index_promotions/cover_minis_fade"
FormHelper::$params = array
FormHelper::$action = "cover_minis_fade"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"webUtils" => WebUtilsHelper
WebUtilsHelper::$helpers = NULL
WebUtilsHelper::$base = ""
WebUtilsHelper::$webroot = "/"
WebUtilsHelper::$themeWeb = NULL
WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade"
WebUtilsHelper::$params = array
WebUtilsHelper::$action = "cover_minis_fade"
WebUtilsHelper::$plugin = NULL
WebUtilsHelper::$data = NULL
WebUtilsHelper::$namedArgs = NULL
WebUtilsHelper::$argSeparator = NULL
WebUtilsHelper::$validationErrors = NULL
WebUtilsHelper::$tags = array
WebUtilsHelper::$__tainted = NULL
WebUtilsHelper::$__cleaned = NULL
WebUtilsHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade"
JavascriptHelper::$params = array
JavascriptHelper::$action = "cover_minis_fade"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/web_index_promotions/cover_minis_fade"
AjaxHelper::$params = array
AjaxHelper::$action = "cover_minis_fade"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337610011
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/web_index_promotions/cover_minis_fade"
SessionHelper::$params = array
SessionHelper::$action = "cover_minis_fade"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$promotions = array(
array(
"WebIndexPromotion" => array()
),
array(
"WebIndexPromotion" => array()
),
array(
"WebIndexPromotion" => array()
)
)
$title_for_layout = "Web Index Promotions"
$content_for_layout = "<style>
#cover_promotions {height:450px;}
#cover_promotions #main_promotion {position:relative; height:450px; width:650px; float:left;}
#cover_promotions .main_promotion {position:absolute; top:0; left:0;}
#cover_promotions #mini_promotions {float:right; width:300px;}
#cover_promotions #mini_promotions a {display:block; position:absolute; top:0; left:0;width:300px; height:150px;}
#cover_promotions #mini_promotions div{position:relative; width:300px; height:150px; margin-bottom:0px;}
#sub-promotions a {display: block;width: 190px;float: left;height: 114px;margin: 5px 1px 20px; overflow: hidden;}
#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}
</style>
<!--[if IE 7]>
<style>
#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}
</style>
<![endif]-->
<!--[if IE 8]>
<style>
/*#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}*/
</style>
<![endif]-->
<div id="cover_promotions">
<map id="promo_map_0" name="promo_map_0">
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="1,167,532,205" />
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="533,79,617,168" />
<area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/11/6" coords="0,216,533,253" />
</map>
<map id="promo_map_1" name="promo_map_1">
<area title="Llévate tu fijo de casa por solo 7,50 al mes!" href="/vodafone/_ETS2/10/5" coords="3,4,954,441" />
</map>
<map id="promo_map_2" name="promo_map_2">
<area title="El nuevo iPad 16GB Blanco por solo 415€" href="/vodafone/newipad16gw/65/4" coords="746,323,799,345" />
<area title="El nuevo iPad 16GB Negro por solo 415€" href="/vodafone/newipad16gb/65/4" coords="823,323,864,341" />
<area title="El nuevo iPad 32GB Blanco por solo 499€" href="/vodafone/newipad32gw/65/4" coords="747,348,800,367" />
<area title="El nuevo iPad 32GB Negro por solo 499€" href="/vodafone/newipad32gb/65/4" coords="821,348,864,368" />
<area title="El nuevo iPad 64GB Blanco por solo 585€" href="/vodafone/newipad64gw/65/4" coords="749,374,798,395" />
<area title="El nuevo iPad 64GB Negro por solo 585€" href="/vodafone/newipad64gb/65/4" coords="821,376,864,395" />
</map>
<div id="main_promotion">
<span><img src="/img/promotions/00219_portada.adsl.jpg" usemap="#promo_map_0" id="main_promotion_0" style="" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00220_portada.vodafoneEncasa.jpg" usemap="#promo_map_1" id="main_promotion_1" style="display:none" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00218_portada.iPad.jpg" usemap="#promo_map_2" id="main_promotion_2" style="display:none" class="main_promotion" alt="" /></span> </div>
<div id="mini_promotions">
<a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_0" style="display:none"><img src="/img/promotions/" alt="" /></a><div id="mini_promotions_pos_1"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_1"><img src="/img/promotions/" alt="" /></a></div><div id="mini_promotions_pos_2"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_2"><img src="/img/promotions/" alt="" /></a></div>
<style type="text/css">
/*
#mini-promo-enterprise-request{width:300px;height:150px; position:relative;}
#mini-promo-enterprise-request #enlaceParaEmpresas, #mini-promo-enterprise-request #enlaceParaAutonomos {border: 0 none;height: 40px !important; margin: 0;padding: 0;width: 141px !important; bottom:0 !important; top:auto !important; left:auto !important;}
#mini-promo-enterprise-request #enlaceParaEmpresas {background: url("http://www.grupolidertel.com/img/enterprise_request/empresas-but.png") !important; left: 5px !important;}
#mini-promo-enterprise-request #enlaceParaAutonomos {background: url("http://www.grupolidertel.com/img/enterprise_request/autonomos-but.png") !important; right: 5px !important;}
#mini-promo-enterprise-request #presupuesto {background:url("http://www.grupolidertel.com/img/enterprise_request/empresas-bg-ltl.jpg") no-repeat scroll left top #FFFFFF; padding:0;}
#mini-promo-enterprise-request .grey, #mini-promo-enterprise-request .black{display:none;}
*/
</style>
</div>
</div>
<div class="clear"></div>
<script type="text/javascript">
var activePromoId = 0;
$j('#mini_promotions a').each(function(){
this.cont = /mini_promotion_(.*)/.exec($j(this).attr('id'))[1];
$j(this).click(function(e){
// Comprobamos si es un FLASH
if($j('embed#main_promotion_'+activePromoId).length>0) $j('#main_promotion_'+activePromoId).hide();
else $j('#main_promotion_'+activePromoId).fadeOut();
if($j('embed#main_promotion_'+this.cont).length>0) $j('#main_promotion_'+this.cont).show();
else $j('#main_promotion_'+this.cont).fadeIn();
// Mostramos la cambiamos la minipromo
$j('#mini_promotion_'+this.cont).parent('div').append($j('#mini_promotion_'+activePromoId));
$j('#mini_promotion_'+activePromoId).fadeIn();
$j('#mini_promotion_'+this.cont).fadeOut();
activePromoId = this.cont;
return false;
});
});
// Si la primera promo es un flash lo esconde
$j('#main_promotion .main_promotion').each(function(i,item){
if(i==0) return;
if(item.tagName == 'EMBED') $j(item).hide();
});
//new ProtoWin('/info/promo3d',{isUrl:true});
</script>"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/web_index_promotions/cover_minis_fade"
HtmlHelper::$params = array
HtmlHelper::$action = "cover_minis_fade"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/web_index_promotions/cover_minis_fade"
FormHelper::$params = array
FormHelper::$action = "cover_minis_fade"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$webUtils = WebUtilsHelper
WebUtilsHelper::$helpers = NULL
WebUtilsHelper::$base = ""
WebUtilsHelper::$webroot = "/"
WebUtilsHelper::$themeWeb = NULL
WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade"
WebUtilsHelper::$params = array
WebUtilsHelper::$action = "cover_minis_fade"
WebUtilsHelper::$plugin = NULL
WebUtilsHelper::$data = NULL
WebUtilsHelper::$namedArgs = NULL
WebUtilsHelper::$argSeparator = NULL
WebUtilsHelper::$validationErrors = NULL
WebUtilsHelper::$tags = array
WebUtilsHelper::$__tainted = NULL
WebUtilsHelper::$__cleaned = NULL
WebUtilsHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade"
JavascriptHelper::$params = array
JavascriptHelper::$action = "cover_minis_fade"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/web_index_promotions/cover_minis_fade"
AjaxHelper::$params = array
AjaxHelper::$action = "cover_minis_fade"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337610011
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/web_index_promotions/cover_minis_fade"
SessionHelper::$params = array
SessionHelper::$action = "cover_minis_fade"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL<div id="header"><h1 class="logo"><img src="<?php echo $html->url('/img/server_lidertel_lidertel_solo.gif'); ?>" alt="GLAdministracion" height="47" border="0" title="Grupo Lidertel Administración"/></h1><span><?=$_SESSION['User']['email']?> <a href="<?=$html->url('/admin/administrators/logout');?>" title="Salir"><?=$html->image('admin/icons/door_in.png')?></a></span>
include - APP/views/layouts/admin_layout.ctp, line 29 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 803 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 [main] - APP/webroot/index.php, line 83
Notice (8): Undefined index: User [APP/views/layouts/admin_layout.ctp, line 33]Code | ContextContactar con soporte técnico.$___viewFn = "/var/www/vhosts/grupolidertel.com/httpdocs/app/views/layouts/admin_layout.ctp" $___dataForView = array( "promotions" => array( array(), array(), array() ), "title_for_layout" => "Web Index Promotions", "content_for_layout" => "<style> #cover_promotions {height:450px;} #cover_promotions #main_promotion {position:relative; height:450px; width:650px; float:left;} #cover_promotions .main_promotion {position:absolute; top:0; left:0;} #cover_promotions #mini_promotions {float:right; width:300px;} #cover_promotions #mini_promotions a {display:block; position:absolute; top:0; left:0;width:300px; height:150px;} #cover_promotions #mini_promotions div{position:relative; width:300px; height:150px; margin-bottom:0px;} #sub-promotions a {display: block;width: 190px;float: left;height: 114px;margin: 5px 1px 20px; overflow: hidden;} #sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;} </style> <!--[if IE 7]> <style> #sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;} </style> <![endif]--> <!--[if IE 8]> <style> /*#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}*/ </style> <![endif]--> <div id="cover_promotions"> <map id="promo_map_0" name="promo_map_0"> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="1,167,532,205" /> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="533,79,617,168" /> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/11/6" coords="0,216,533,253" /> </map> <map id="promo_map_1" name="promo_map_1"> <area title="Llévate tu fijo de casa por solo 7,50 al mes!" href="/vodafone/_ETS2/10/5" coords="3,4,954,441" /> </map> <map id="promo_map_2" name="promo_map_2"> <area title="El nuevo iPad 16GB Blanco por solo 415€" href="/vodafone/newipad16gw/65/4" coords="746,323,799,345" /> <area title="El nuevo iPad 16GB Negro por solo 415€" href="/vodafone/newipad16gb/65/4" coords="823,323,864,341" /> <area title="El nuevo iPad 32GB Blanco por solo 499€" href="/vodafone/newipad32gw/65/4" coords="747,348,800,367" /> <area title="El nuevo iPad 32GB Negro por solo 499€" href="/vodafone/newipad32gb/65/4" coords="821,348,864,368" /> <area title="El nuevo iPad 64GB Blanco por solo 585€" href="/vodafone/newipad64gw/65/4" coords="749,374,798,395" /> <area title="El nuevo iPad 64GB Negro por solo 585€" href="/vodafone/newipad64gb/65/4" coords="821,376,864,395" /> </map> <div id="main_promotion"> <span><img src="/img/promotions/00219_portada.adsl.jpg" usemap="#promo_map_0" id="main_promotion_0" style="" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00220_portada.vodafoneEncasa.jpg" usemap="#promo_map_1" id="main_promotion_1" style="display:none" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00218_portada.iPad.jpg" usemap="#promo_map_2" id="main_promotion_2" style="display:none" class="main_promotion" alt="" /></span> </div> <div id="mini_promotions"> <a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_0" style="display:none"><img src="/img/promotions/" alt="" /></a><div id="mini_promotions_pos_1"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_1"><img src="/img/promotions/" alt="" /></a></div><div id="mini_promotions_pos_2"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_2"><img src="/img/promotions/" alt="" /></a></div> <style type="text/css"> /* #mini-promo-enterprise-request{width:300px;height:150px; position:relative;} #mini-promo-enterprise-request #enlaceParaEmpresas, #mini-promo-enterprise-request #enlaceParaAutonomos {border: 0 none;height: 40px !important; margin: 0;padding: 0;width: 141px !important; bottom:0 !important; top:auto !important; left:auto !important;} #mini-promo-enterprise-request #enlaceParaEmpresas {background: url("http://www.grupolidertel.com/img/enterprise_request/empresas-but.png") !important; left: 5px !important;} #mini-promo-enterprise-request #enlaceParaAutonomos {background: url("http://www.grupolidertel.com/img/enterprise_request/autonomos-but.png") !important; right: 5px !important;} #mini-promo-enterprise-request #presupuesto {background:url("http://www.grupolidertel.com/img/enterprise_request/empresas-bg-ltl.jpg") no-repeat scroll left top #FFFFFF; padding:0;} #mini-promo-enterprise-request .grey, #mini-promo-enterprise-request .black{display:none;} */ </style> </div> </div> <div class="clear"></div> <script type="text/javascript"> var activePromoId = 0; $j('#mini_promotions a').each(function(){ this.cont = /mini_promotion_(.*)/.exec($j(this).attr('id'))[1]; $j(this).click(function(e){ // Comprobamos si es un FLASH if($j('embed#main_promotion_'+activePromoId).length>0) $j('#main_promotion_'+activePromoId).hide(); else $j('#main_promotion_'+activePromoId).fadeOut(); if($j('embed#main_promotion_'+this.cont).length>0) $j('#main_promotion_'+this.cont).show(); else $j('#main_promotion_'+this.cont).fadeIn(); // Mostramos la cambiamos la minipromo $j('#mini_promotion_'+this.cont).parent('div').append($j('#mini_promotion_'+activePromoId)); $j('#mini_promotion_'+activePromoId).fadeIn(); $j('#mini_promotion_'+this.cont).fadeOut(); activePromoId = this.cont; return false; }); }); // Si la primera promo es un flash lo esconde $j('#main_promotion .main_promotion').each(function(i,item){ if(i==0) return; if(item.tagName == 'EMBED') $j(item).hide(); }); //new ProtoWin('/info/promo3d',{isUrl:true}); </script>", "scripts_for_layout" => "", "cakeDebug" => "", "html" => HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/web_index_promotions/cover_minis_fade" HtmlHelper::$params = array HtmlHelper::$action = "cover_minis_fade" HtmlHelper::$data = NULL HtmlHelper::$_crumbs = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$webroot = "/" HtmlHelper::$themeWeb = NULL HtmlHelper::$plugin = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL HtmlHelper::$_log = NULL, "form" => FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$themeWeb = NULL FormHelper::$here = "/web_index_promotions/cover_minis_fade" FormHelper::$params = array FormHelper::$action = "cover_minis_fade" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$_log = NULL FormHelper::$Html = HtmlHelper object, "webUtils" => WebUtilsHelper WebUtilsHelper::$helpers = NULL WebUtilsHelper::$base = "" WebUtilsHelper::$webroot = "/" WebUtilsHelper::$themeWeb = NULL WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade" WebUtilsHelper::$params = array WebUtilsHelper::$action = "cover_minis_fade" WebUtilsHelper::$plugin = NULL WebUtilsHelper::$data = NULL WebUtilsHelper::$namedArgs = NULL WebUtilsHelper::$argSeparator = NULL WebUtilsHelper::$validationErrors = NULL WebUtilsHelper::$tags = array WebUtilsHelper::$__tainted = NULL WebUtilsHelper::$__cleaned = NULL WebUtilsHelper::$_log = NULL, "javascript" => JavascriptHelper JavascriptHelper::$useNative = true JavascriptHelper::$enabled = true JavascriptHelper::$safe = false JavascriptHelper::$tags = array JavascriptHelper::$_blockOptions = array JavascriptHelper::$_cachedEvents = array JavascriptHelper::$_cacheEvents = false JavascriptHelper::$_cacheToFile = false JavascriptHelper::$_cacheAll = false JavascriptHelper::$_rules = array JavascriptHelper::$__scriptBuffer = NULL JavascriptHelper::$helpers = NULL JavascriptHelper::$base = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$themeWeb = NULL JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade" JavascriptHelper::$params = array JavascriptHelper::$action = "cover_minis_fade" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_log = NULL, "ajax" => AjaxHelper AjaxHelper::$helpers = array AjaxHelper::$Html = HtmlHelper object AjaxHelper::$Javascript = JavascriptHelper object AjaxHelper::$callbacks = array AjaxHelper::$ajaxOptions = array AjaxHelper::$dragOptions = array AjaxHelper::$dropOptions = array AjaxHelper::$sortOptions = array AjaxHelper::$sliderOptions = array AjaxHelper::$editorOptions = array AjaxHelper::$autoCompleteOptions = array AjaxHelper::$__ajaxBuffer = array AjaxHelper::$base = "" AjaxHelper::$webroot = "/" AjaxHelper::$themeWeb = NULL AjaxHelper::$here = "/web_index_promotions/cover_minis_fade" AjaxHelper::$params = array AjaxHelper::$action = "cover_minis_fade" AjaxHelper::$plugin = NULL AjaxHelper::$data = NULL AjaxHelper::$namedArgs = NULL AjaxHelper::$argSeparator = NULL AjaxHelper::$validationErrors = NULL AjaxHelper::$tags = array AjaxHelper::$__tainted = NULL AjaxHelper::$__cleaned = NULL AjaxHelper::$_log = NULL AjaxHelper::$Form = FormHelper object, "session" => SessionHelper SessionHelper::$helpers = NULL SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1337610011 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/web_index_promotions/cover_minis_fade" SessionHelper::$params = array SessionHelper::$action = "cover_minis_fade" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL ) $loadHelpers = false $cached = true $loadedHelpers = array() $promotions = array( array( "WebIndexPromotion" => array() ), array( "WebIndexPromotion" => array() ), array( "WebIndexPromotion" => array() ) ) $title_for_layout = "Web Index Promotions" $content_for_layout = "<style> #cover_promotions {height:450px;} #cover_promotions #main_promotion {position:relative; height:450px; width:650px; float:left;} #cover_promotions .main_promotion {position:absolute; top:0; left:0;} #cover_promotions #mini_promotions {float:right; width:300px;} #cover_promotions #mini_promotions a {display:block; position:absolute; top:0; left:0;width:300px; height:150px;} #cover_promotions #mini_promotions div{position:relative; width:300px; height:150px; margin-bottom:0px;} #sub-promotions a {display: block;width: 190px;float: left;height: 114px;margin: 5px 1px 20px; overflow: hidden;} #sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;} </style> <!--[if IE 7]> <style> #sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;} </style> <![endif]--> <!--[if IE 8]> <style> /*#sub-promotions a.last {width: 196px; margin: 5px 0 0 1px;}*/ </style> <![endif]--> <div id="cover_promotions"> <map id="promo_map_0" name="promo_map_0"> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="1,167,532,205" /> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/13/6" coords="533,79,617,168" /> <area title="Vodafone ADSL hasta 20MB - 14,9 al mes velocidad máxima!!!!" href="/vodafone/ADSL/11/6" coords="0,216,533,253" /> </map> <map id="promo_map_1" name="promo_map_1"> <area title="Llévate tu fijo de casa por solo 7,50 al mes!" href="/vodafone/_ETS2/10/5" coords="3,4,954,441" /> </map> <map id="promo_map_2" name="promo_map_2"> <area title="El nuevo iPad 16GB Blanco por solo 415€" href="/vodafone/newipad16gw/65/4" coords="746,323,799,345" /> <area title="El nuevo iPad 16GB Negro por solo 415€" href="/vodafone/newipad16gb/65/4" coords="823,323,864,341" /> <area title="El nuevo iPad 32GB Blanco por solo 499€" href="/vodafone/newipad32gw/65/4" coords="747,348,800,367" /> <area title="El nuevo iPad 32GB Negro por solo 499€" href="/vodafone/newipad32gb/65/4" coords="821,348,864,368" /> <area title="El nuevo iPad 64GB Blanco por solo 585€" href="/vodafone/newipad64gw/65/4" coords="749,374,798,395" /> <area title="El nuevo iPad 64GB Negro por solo 585€" href="/vodafone/newipad64gb/65/4" coords="821,376,864,395" /> </map> <div id="main_promotion"> <span><img src="/img/promotions/00219_portada.adsl.jpg" usemap="#promo_map_0" id="main_promotion_0" style="" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00220_portada.vodafoneEncasa.jpg" usemap="#promo_map_1" id="main_promotion_1" style="display:none" class="main_promotion" alt="" /></span> <span><img src="/img/promotions/00218_portada.iPad.jpg" usemap="#promo_map_2" id="main_promotion_2" style="display:none" class="main_promotion" alt="" /></span> </div> <div id="mini_promotions"> <a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_0" style="display:none"><img src="/img/promotions/" alt="" /></a><div id="mini_promotions_pos_1"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_1"><img src="/img/promotions/" alt="" /></a></div><div id="mini_promotions_pos_2"><a href="/web_index_promotions/cover_minis_fade" id="mini_promotion_2"><img src="/img/promotions/" alt="" /></a></div> <style type="text/css"> /* #mini-promo-enterprise-request{width:300px;height:150px; position:relative;} #mini-promo-enterprise-request #enlaceParaEmpresas, #mini-promo-enterprise-request #enlaceParaAutonomos {border: 0 none;height: 40px !important; margin: 0;padding: 0;width: 141px !important; bottom:0 !important; top:auto !important; left:auto !important;} #mini-promo-enterprise-request #enlaceParaEmpresas {background: url("http://www.grupolidertel.com/img/enterprise_request/empresas-but.png") !important; left: 5px !important;} #mini-promo-enterprise-request #enlaceParaAutonomos {background: url("http://www.grupolidertel.com/img/enterprise_request/autonomos-but.png") !important; right: 5px !important;} #mini-promo-enterprise-request #presupuesto {background:url("http://www.grupolidertel.com/img/enterprise_request/empresas-bg-ltl.jpg") no-repeat scroll left top #FFFFFF; padding:0;} #mini-promo-enterprise-request .grey, #mini-promo-enterprise-request .black{display:none;} */ </style> </div> </div> <div class="clear"></div> <script type="text/javascript"> var activePromoId = 0; $j('#mini_promotions a').each(function(){ this.cont = /mini_promotion_(.*)/.exec($j(this).attr('id'))[1]; $j(this).click(function(e){ // Comprobamos si es un FLASH if($j('embed#main_promotion_'+activePromoId).length>0) $j('#main_promotion_'+activePromoId).hide(); else $j('#main_promotion_'+activePromoId).fadeOut(); if($j('embed#main_promotion_'+this.cont).length>0) $j('#main_promotion_'+this.cont).show(); else $j('#main_promotion_'+this.cont).fadeIn(); // Mostramos la cambiamos la minipromo $j('#mini_promotion_'+this.cont).parent('div').append($j('#mini_promotion_'+activePromoId)); $j('#mini_promotion_'+activePromoId).fadeIn(); $j('#mini_promotion_'+this.cont).fadeOut(); activePromoId = this.cont; return false; }); }); // Si la primera promo es un flash lo esconde $j('#main_promotion .main_promotion').each(function(i,item){ if(i==0) return; if(item.tagName == 'EMBED') $j(item).hide(); }); //new ProtoWin('/info/promo3d',{isUrl:true}); </script>" $scripts_for_layout = "" $cakeDebug = "" $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/web_index_promotions/cover_minis_fade" HtmlHelper::$params = array HtmlHelper::$action = "cover_minis_fade" HtmlHelper::$data = NULL HtmlHelper::$_crumbs = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$webroot = "/" HtmlHelper::$themeWeb = NULL HtmlHelper::$plugin = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL HtmlHelper::$_log = NULL $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$themeWeb = NULL FormHelper::$here = "/web_index_promotions/cover_minis_fade" FormHelper::$params = array FormHelper::$action = "cover_minis_fade" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$_log = NULL FormHelper::$Html = HtmlHelper object $webUtils = WebUtilsHelper WebUtilsHelper::$helpers = NULL WebUtilsHelper::$base = "" WebUtilsHelper::$webroot = "/" WebUtilsHelper::$themeWeb = NULL WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade" WebUtilsHelper::$params = array WebUtilsHelper::$action = "cover_minis_fade" WebUtilsHelper::$plugin = NULL WebUtilsHelper::$data = NULL WebUtilsHelper::$namedArgs = NULL WebUtilsHelper::$argSeparator = NULL WebUtilsHelper::$validationErrors = NULL WebUtilsHelper::$tags = array WebUtilsHelper::$__tainted = NULL WebUtilsHelper::$__cleaned = NULL WebUtilsHelper::$_log = NULL $javascript = JavascriptHelper JavascriptHelper::$useNative = true JavascriptHelper::$enabled = true JavascriptHelper::$safe = false JavascriptHelper::$tags = array JavascriptHelper::$_blockOptions = array JavascriptHelper::$_cachedEvents = array JavascriptHelper::$_cacheEvents = false JavascriptHelper::$_cacheToFile = false JavascriptHelper::$_cacheAll = false JavascriptHelper::$_rules = array JavascriptHelper::$__scriptBuffer = NULL JavascriptHelper::$helpers = NULL JavascriptHelper::$base = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$themeWeb = NULL JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade" JavascriptHelper::$params = array JavascriptHelper::$action = "cover_minis_fade" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_log = NULL $ajax = AjaxHelper AjaxHelper::$helpers = array AjaxHelper::$Html = HtmlHelper object AjaxHelper::$Javascript = JavascriptHelper object AjaxHelper::$callbacks = array AjaxHelper::$ajaxOptions = array AjaxHelper::$dragOptions = array AjaxHelper::$dropOptions = array AjaxHelper::$sortOptions = array AjaxHelper::$sliderOptions = array AjaxHelper::$editorOptions = array AjaxHelper::$autoCompleteOptions = array AjaxHelper::$__ajaxBuffer = array AjaxHelper::$base = "" AjaxHelper::$webroot = "/" AjaxHelper::$themeWeb = NULL AjaxHelper::$here = "/web_index_promotions/cover_minis_fade" AjaxHelper::$params = array AjaxHelper::$action = "cover_minis_fade" AjaxHelper::$plugin = NULL AjaxHelper::$data = NULL AjaxHelper::$namedArgs = NULL AjaxHelper::$argSeparator = NULL AjaxHelper::$validationErrors = NULL AjaxHelper::$tags = array AjaxHelper::$__tainted = NULL AjaxHelper::$__cleaned = NULL AjaxHelper::$_log = NULL AjaxHelper::$Form = FormHelper object $session = SessionHelper SessionHelper::$helpers = NULL SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1337610011 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/web_index_promotions/cover_minis_fade" SessionHelper::$params = array SessionHelper::$action = "cover_minis_fade" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL//server loadif ($_SESSION['User']['group'] == '1'){include - APP/views/layouts/admin_layout.ctp, line 33 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 803 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 [main] - APP/webroot/index.php, line 83
Notice (8): Undefined variable: myAuth [APP/views/elements/admin/admin_menu.ctp, line 42]
Code | Context
$___viewFn = "/var/www/vhosts/grupolidertel.com/httpdocs/app/views/elements/admin/admin_menu.ctp"
$___dataForView = array(
"promotions" => array(
array(),
array(),
array()
),
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/web_index_promotions/cover_minis_fade"
HtmlHelper::$params = array
HtmlHelper::$action = "cover_minis_fade"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/web_index_promotions/cover_minis_fade"
FormHelper::$params = array
FormHelper::$action = "cover_minis_fade"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"webUtils" => WebUtilsHelper
WebUtilsHelper::$helpers = NULL
WebUtilsHelper::$base = ""
WebUtilsHelper::$webroot = "/"
WebUtilsHelper::$themeWeb = NULL
WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade"
WebUtilsHelper::$params = array
WebUtilsHelper::$action = "cover_minis_fade"
WebUtilsHelper::$plugin = NULL
WebUtilsHelper::$data = NULL
WebUtilsHelper::$namedArgs = NULL
WebUtilsHelper::$argSeparator = NULL
WebUtilsHelper::$validationErrors = NULL
WebUtilsHelper::$tags = array
WebUtilsHelper::$__tainted = NULL
WebUtilsHelper::$__cleaned = NULL
WebUtilsHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade"
JavascriptHelper::$params = array
JavascriptHelper::$action = "cover_minis_fade"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/web_index_promotions/cover_minis_fade"
AjaxHelper::$params = array
AjaxHelper::$action = "cover_minis_fade"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337610011
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/web_index_promotions/cover_minis_fade"
SessionHelper::$params = array
SessionHelper::$action = "cover_minis_fade"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$promotions = array(
array(
"WebIndexPromotion" => array()
),
array(
"WebIndexPromotion" => array()
),
array(
"WebIndexPromotion" => array()
)
)
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/web_index_promotions/cover_minis_fade"
HtmlHelper::$params = array
HtmlHelper::$action = "cover_minis_fade"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/web_index_promotions/cover_minis_fade"
FormHelper::$params = array
FormHelper::$action = "cover_minis_fade"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$webUtils = WebUtilsHelper
WebUtilsHelper::$helpers = NULL
WebUtilsHelper::$base = ""
WebUtilsHelper::$webroot = "/"
WebUtilsHelper::$themeWeb = NULL
WebUtilsHelper::$here = "/web_index_promotions/cover_minis_fade"
WebUtilsHelper::$params = array
WebUtilsHelper::$action = "cover_minis_fade"
WebUtilsHelper::$plugin = NULL
WebUtilsHelper::$data = NULL
WebUtilsHelper::$namedArgs = NULL
WebUtilsHelper::$argSeparator = NULL
WebUtilsHelper::$validationErrors = NULL
WebUtilsHelper::$tags = array
WebUtilsHelper::$__tainted = NULL
WebUtilsHelper::$__cleaned = NULL
WebUtilsHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/web_index_promotions/cover_minis_fade"
JavascriptHelper::$params = array
JavascriptHelper::$action = "cover_minis_fade"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/web_index_promotions/cover_minis_fade"
AjaxHelper::$params = array
AjaxHelper::$action = "cover_minis_fade"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "953410a7b2207fc5f5b421e62df390ea"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337610011
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/web_index_promotions/cover_minis_fade"
SessionHelper::$params = array
SessionHelper::$action = "cover_minis_fade"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$contenido = " <li>
<a class="root" href="/admin/products/index/filter:1/filter.Product.accessible:1">Productos</a>
<ul>
<li><a href="/admin/manufacturers/index">Fabricantes</a></li>
<li><a href="/admin/categories/index">Categorias</a></li>
<li class="sub"><a href="#">Catálogo</a>
<ul>
<li><a href="/admin/products_types/index">Familias de productos</a></li>
<li><a href="/admin/contract_types/index">Tipos de contrato</a></li>
<li><a href="/admin/price_plans/index">Planes de precio</a></li>
<li><a href="/admin/price_plan_modes/index">Modalidad de planes</a></li>
<li><a href="/admin/products_descriptions/index">Descripciones de planes</a></li>
</ul>
</li>
<li><a href="/admin/products_options/index">Regalos</a></li>
<li><a href="/admin/discount_coupons/index">Cupones descuento</a></li>
<li><a href="/admin/products_prices/file_update">Exportar precios</a></li>
<li><a href="/admin/featured_products">Chollos</a></li>
<li class="sub">
<a href="#">Catalogo de puntos</a>
<ul>
<li><a href="/admin/products_points_references/index">Códigos Vodafone</a></li>
<li><a href="/admin/products_points/index">Carga de Puntos</a></li>
<li><a href="/admin/products_points_groups/index">Grupos de Puntos</a></li>
</ul>
</li>
</ul>
</li>
"$contenido = ob_get_contents();ob_end_clean();echo $myAuth->check_auth(array(1,3),$contenido);
include - APP/views/elements/admin/admin_menu.ctp, line 42 View::_render() - CORE/cake/libs/view/view.php, line 666 View::element() - CORE/cake/libs/view/view.php, line 343 View::renderElement() - CORE/cake/libs/view/view.php, line 923 include - APP/views/layouts/admin_layout.ctp, line 81 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 803 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 [main] - APP/webroot/index.php, line 83
Fatal error: Call to a member function check_auth() on a non-object in /var/www/vhosts/grupolidertel.com/httpdocs/app/views/elements/admin/admin_menu.ctp on line 42