+ Error on line 15
<title><?= $data["headTitle"]; ?></title>
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MQQDVSC');</script>
<!-- End Google Tag Manager -->
<meta name="viewport" content="width=device-width" initial-scale="1.0" name='viewport' />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
<?= $data["headTitle"]; ?></title>
<meta name="description" content="<?= $data["headTitle1"]; ?>"/>
<link rel="canonical" href="https://<?= $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"] ?>" />
<meta property="og:locale" content="es_ES" />
<meta property="og:type" content="website" />
<meta property="og:title" content="<?= $data["headTitle"]; ?> " />
<meta property="og:description" content="<?= $data["headTitle1"]; ?>" />
<meta property="og:site_name" content="Voicetophone" />
<meta property="og:url" content="https://<?= $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"] ?>" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@voicetophone"/>
<meta name="twitter:description" content="<?= $data["headTitle1"]; ?>"/>
<meta name="twitter:title" content="<?= $data["headTitle"]; ?>"/>
<meta name="twitter:domain" content="voicetophone"/>
<meta name="twitter:creator" content="@voicetophone"/>
<link rel="shortcut icon" href="<?php echo $data['rootUrl']; ?>favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="<?php echo $data['rootUrl']; ?>favicon.ico" type="image/x-icon"/>
<link rel="icon" href="<?php echo $data['rootUrl']; ?>favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="<?php echo $data['rootUrl']; ?>favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css">
<meta name="google-translate-customization" content="2e539d11742d6848-3c8c7c332aee3f9a-g4311a83d7ecd52a7-c" />
<link href="<?php echo $data['rootUrl']; ?>global/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $data['rootUrl']; ?>global/css/myMediqQueries.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $data['rootUrl']; ?>global/js/jquery.min.js"></script>
<script src="<?php echo $data['rootUrl']; ?>global/js/bootstrap.min.js"></script>
</head>
<body >
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQQDVSC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php include 'lenguaje.php'; ?>
<?php include 'menu.php'; ?>
<div class="clearfix"></div>
<div class="smartphone-viewport hidden-xs">
<div class="float-button" id="float-button" style='display: flex;justify-content: center;align-items: center;'>
<i style='font-size: 40px;color: #fff;' class="fa fa-phone" aria-hidden="true"></i>
</div>
<nav class="circular-menu" id="circular-menu">
<ul style='margin: 15px;'>
<p >
<?= $data["contenidoLlamame"] ?>
</p>
<a style=' color: #fff; background: #10b9ff; height: 10%; width: 70%; margin-left: 15%;' href='<?php echo $data["linkLlamame"] ?>' target="_blank" class='btn'><i class="fa fa-phone" aria-hidden="true"></i> Llámame</a>
</ul>
</nav>
</div>
<div style='' >
<?php include $data['content'] . ".php"; ?>
</div>
<div class="clearfix"></div>
<footer style="background: #006bb3;; padding: 25px 0 0px; display: block; color: #FFF;">
<?php include 'footer.php'; ?>
<div class="clearfix"></div>
</footer>
<script>
var floatButton = document.getElementById('float-button'),
circularMenu = document.getElementById('circular-menu');
floatButton.addEventListener('click', function () {
floatButton.classList.toggle('pulsed');
circularMenu.classList.toggle('expand');
});
$(".float-button").click(function(){
if($(this).hasClass("pulsed")){
$(this).html("<i style='font-size: 20px;color: #fff;' class='fa fa-times' aria-hidden='true'></i>")
}else{
$(this).html("<i style='font-size: 40px;color: #fff;' class='fa fa-phone' aria-hidden='true'></i>")
}
})
$(document).ready(function(){
$(window).scroll(function (event) {
var scroll = $(window).scrollTop();
if(scroll>200){
$("#nav").removeClass("menu-normal").addClass("menu-sub")
$(".navbar-default .navbar-nav > li > a").css("cssText", "color:black !important;");
$(".navbar-default .navbar-nav > .open > a").css("cssText", "color:black !important;");
$("#menu_header").attr("src","<?php echo $data['rootUrl']; ?>global/img/3voiper.png")
}else{
$("#nav").removeClass("menu-sub").addClass("menu-normal")
$(".navbar-default .navbar-nav > li > a").css("color","white")
$("#menu_header").attr("src","<?php echo $data['rootUrl']; ?>global/img/voicetophone.png")
}
});
$('.dropdown a#M2').on('show.bs.dropdown', function() {
console.log("show");
}).on('shown.bs.dropdown', function() {
console.log("shown");
}).on('hide.bs.dropdown', function() {
console.log("hide");
}).on('hidden.bs.dropdown', function() {
console.log("hidden");
});
})
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type='text/javascript'>
(function(){ var widget_id = 'NJ5HgGopfs';var d=document;var w=window;function l(){
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//code.jivosite.com/script/widget/'+widget_id; var ss = document.getElementsByTagName('script')[0]; ss.parentNode.insertBefore(s, ss);}if(d.readyState=='complete'){l();}else{if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>
<!-- {/literal} END JIVOSITE CODE -->
</body>
</html>
<style>
.appstar{
background-repeat: no-repeat;position: relative; z-index: 0; background-image: url(<?php echo $data['rootUrl']; ?>global/img/LINEA25.jpg); background-size: cover; height: 100%;
}
.icon_map{
background: url('global/img/maps-icon.png');
width: 48px;
height: 48px;
font-size: 24px;
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.icon_phone{
background: url('global/img/phone_2.png');
width: 48px;
height: 48px;
font-size: 24px;
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.icon_email{
background: url('global/img/mail.png');
width: 48px;
height: 48px;
font-size: 24px;
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.well{
background: #333;
border-color: #333;
margin-bottom: 0px;
}
.inner_bg{
padding: 120px 0 ;
}
.nav-logo{
padding-top: 23px; padding-bottom: 23px;
}
</style>
* Stack Trace...
- /home/voicetop/public_html/index.php(27) calling run()
- /home/voicetop/public_html/dooframework/app/DooWebApp.php(34) calling routeTo()
- /home/voicetop/public_html/dooframework/app/DooWebApp.php(116) calling preguntas_frecuentes()
- /home/voicetop/public_html/protected/controller/MainController.php(288) calling renderc()
- /home/voicetop/public_html/dooframework/controller/DooController.php(231) calling renderc()
- /home/voicetop/public_html/dooframework/view/DooView.php(199) calling include()
object(DooConfig)#1 (34) {
["AUTOLOAD"] => NULL
["SITE_PATH"] => string(27) "/home/voicetop/public_html/"
["PROTECTED_FOLDER"] => string(10) "protected/"
["BASE_PATH"] => string(40) "/home/voicetop/public_html/dooframework/"
["LOG_PATH"] => NULL
["APP_URL"] => string(29) "https://www.voicetophone.com/"
["SUBFOLDER"] => string(1) "/"
["APP_MODE"] => string(3) "dev"
["AUTOROUTE"] => bool(true)
["DEBUG_ENABLED"] => bool(true)
["ERROR_404_DOCUMENT"] => NULL
["ERROR_404_ROUTE"] => string(6) "/error"
["CACHE_PATH"] => NULL
["AUTO_VIEW_RENDER_PATH"] => string(12) "/faq/:idioma"
["MEMCACHE"] => NULL
["TEMPLATE_ENGINE"] => string(7) "DooView"
["TEMPLATE_SHOW_COMMENT"] => NULL
["TEMPLATE_ALLOW_PHP"] => NULL
["TEMPLATE_COMPILE_ALWAYS"] => NULL
["TEMPLATE_GLOBAL_TAGS"] => array(9) {
[0] => string(5) "upper"
[1] => string(7) "tofloat"
[2] => string(16) "sample_with_args"
[3] => string(5) "debug"
[4] => string(3) "url"
[5] => string(4) "url2"
[6] => string(13) "function_deny"
[7] => string(5) "isset"
[8] => string(5) "empty"
}
["MODULES"] => NULL
["APP_NAMESPACE_ID"] => NULL
["RELATIVE_IMG_DIR"] => string(13) "/uploads/img/"
["IMG_DIR"] => string(35) "/home/voicetop/public_html/uploads/"
["FILE_DIR"] => string(34) "/home/voicetop/public_html//files/"
["PRODU_DIR"] => string(38) "/home/voicetop/public_html//productos/"
["IMG_CATEGORIA"] => string(43) "/home/voicetop/public_html//img_categorias/"
["IMG_AYUDA"] => string(41) "/home/voicetop/public_html//iconos_ayuda/"
["PROY_DIR"] => string(38) "/home/voicetop/public_html//proyectos/"
["GALERIA_CARACT"] => string(47) "/home/voicetop/public_html//img_caract/galeria/"
["FONDO_PAGES"] => string(40) "/home/voicetop/public_html//fondo_pages/"
["GALERIA_PROYECTO_WEB"] => string(21) "//img_caract/galeria/"
["DIR_NOW"] => string(31) "www.voicetophone.com/faq/kortri"
["PARAM"] => string(0) ""
}
$_SESSION Variables
array(0) {
}
$_COOKIE Variables
array(0) {
}