Ooops!
Pagina non trovata
Notice (8): Undefined index: language [APP/views/helpers/general.php, line 9]
$config_base = array( "dati_azienda" => array( "ragione_sociale" => "Villa Geno", "intestatario" => "", "via" => "Viale Geno, 12", "cap" => "22100", "citta" => "Como", "provincia" => "CO", "tel" => "031 30 00 12", "fax" => "031 30 19 93", "partita_iva" => "PIVA 02697770135", "email" => "info@villageno.it", "sito" => "villageno.it" ), "html_data" => array( "title" => "Villa Geno - location esclusiva sul lago di Como - matrimoni, feste ed eventi aziendali", "title_eng" => "Villa Geno - exclusive location at the Lake Como - weddings, holidays, party and business events", "title_rus" => "Вилла Джено-эсклюзивное место на озере Комо-свадьбы, праздники и корпоративные события", "description" => "Villa Geno, gioiello architettonico del lago di Como - l'eleganza della location e i servizi offerti formano il contesto ideale per l'organizzazione di qualsiasi tipo di evento e cerimonia: matrimoni, battesimi, comunioni, cresime, ma anche feste di laurea, compleanni ed eventi aziendali sono resi unici e indimenticabili dalla bellezza del luogo.", "keywords" => "Villa geno, villageno, ristorante, como, lago, congressi, meeting, seminari, cocktail, cene di gala, pranzi, inaugurazioni, conferenze stampa, mostre, eventi, arte, panorama, giardino, veranda, piano bar, ricevimenti, matrimoni, anniversari, cucina, sfilate, manifestazioni, atmosfera, eventi aziendali, villa, matrimonio, como, ristorante, nozze, wedding, location, meeting, eventi, lake of como, lago di como, banchetto nuziale, sala ricevimenti, festa, aziendale.", "keywords_eng" => "wedding, ceremony, party, luxury, entertainment, romantic, Como Lake, dinners, Villa geno, restaurant, parties, Business events", "keywords_rus" => "Свадьба, Церемония, Праздник, Роскошь, Развлечения, Романтичный, Озеро Комо, Ужины, Вилла Джено, Ресторан, День рождения, Корпоративные праздники", "favicon" => "0", "separatore_dati_footer" => " | " ), "menu_pages_ita" => array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_eng" => array( "home" => "D", "la_storia" => "About Us", "location" => "Location", "la_villa" => "The Hall", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_rus" => array( "home" => "D", "la_storia" => "История", "location" => "Расположение", "la_villa" => "Вилла Джено", "menu" => "Меню", "news" => "D", "contatti" => "D" ), "sottomenu_ita_chi_siamo" => array( "pages/il_ristorante" => "Il Ristorante", "pages/il_bar" => "Il Bar", "pages/la_terrazza" => "La Terrazza", "pages/sala_eventi" => "La Sala Eventi" ), "sottomenu_ita_menu" => array( "custom_pages/view/1" => "Sapori del mese", "custom_pages/view/2" => "Proposta del giorno", "custom_pages/view/3" => "Business menu", "custom_pages/view/4" => "Servizio a domicilio" ), "sottomenu_ita_contatti_statici" => array( "contacts/info" => "Richiesta Privati", "contacts/info_business" => "Richiesta Business", "pages/newsletter" => "Iscrizione Newsletter" ), "multilingua" => array( "attivo" => "1" ), "lista_lingue" => array( "ita" => "ita", "eng" => "eng", "rus" => "rus" ), "home" => array( "attivo" => "1", "nome" => "Home", "nome_rus" => "Главная", "ingloba_news" => "1", "numero_news" => "3", "link" => "events/home" ), "chi_siamo" => array( "attivo" => "0", "nome" => "Gli Ambienti", "ingloba_news" => "0", "numero_news" => "3", "link" => "events/chi_siamo" ), "news" => array( "attivo" => "1", "nome" => "News", "nome_rus" => "Новости", "news_per_pagina" => "3", "link" => "events/news" ), "contatti" => array( "attivo" => "1", "nome" => "Contatti", "nome_eng" => "Contacts", "nome_rus" => "Контакты", "maps" => "0", "link" => "contacts/info", "email" => "info@villageno.it" ), "gallerie" => array( "attivo" => "1", "nome" => "Gallery", "link" => "galleries/index", "full_view" => "0" ), "stampa" => array( "attivo" => "0", "nome" => "Seminari", "nome_eng" => "Seminari", "link" => "presses/index" ), "newsletter" => array( "attivo" => "1", "nome" => "Newsletter", "link" => "contacts/newsletter" ), "richiesta_info" => array( "attivo" => "1", "nome" => "Richiesta Info", "link" => "contacts/info", "campo_messaggio" => "Messaggio" ), "richiesta_info_campi" => array( "campo1" => "Nome", "campo2" => "Cognome", "campo3" => "Azienda", "campo4" => "Email", "campo5" => "Telefono" ), "custom_pages" => array( "attivo" => "0", "limite" => "4" ), "prodotti" => array( "attivo" => "0", "nome" => "Prodotti" ), "servizi" => array( "attivo" => "0", "nome" => "Servizi" ) ) $custom_pages = array() $menu = array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" )
// switch del menu$menu = $config_base ['menu_pages_ita'];if (isset($config_base ['menu_pages_'.$_SESSION["language"]])) {
generalHelper::menu() - APP/views/helpers/general.php, line 9 include - APP/views/layouts/default.ctp, line 88 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 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136 [main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: language [APP/views/helpers/general.php, line 42]
$config_base = array( "dati_azienda" => array( "ragione_sociale" => "Villa Geno", "intestatario" => "", "via" => "Viale Geno, 12", "cap" => "22100", "citta" => "Como", "provincia" => "CO", "tel" => "031 30 00 12", "fax" => "031 30 19 93", "partita_iva" => "PIVA 02697770135", "email" => "info@villageno.it", "sito" => "villageno.it" ), "html_data" => array( "title" => "Villa Geno - location esclusiva sul lago di Como - matrimoni, feste ed eventi aziendali", "title_eng" => "Villa Geno - exclusive location at the Lake Como - weddings, holidays, party and business events", "title_rus" => "Вилла Джено-эсклюзивное место на озере Комо-свадьбы, праздники и корпоративные события", "description" => "Villa Geno, gioiello architettonico del lago di Como - l'eleganza della location e i servizi offerti formano il contesto ideale per l'organizzazione di qualsiasi tipo di evento e cerimonia: matrimoni, battesimi, comunioni, cresime, ma anche feste di laurea, compleanni ed eventi aziendali sono resi unici e indimenticabili dalla bellezza del luogo.", "keywords" => "Villa geno, villageno, ristorante, como, lago, congressi, meeting, seminari, cocktail, cene di gala, pranzi, inaugurazioni, conferenze stampa, mostre, eventi, arte, panorama, giardino, veranda, piano bar, ricevimenti, matrimoni, anniversari, cucina, sfilate, manifestazioni, atmosfera, eventi aziendali, villa, matrimonio, como, ristorante, nozze, wedding, location, meeting, eventi, lake of como, lago di como, banchetto nuziale, sala ricevimenti, festa, aziendale.", "keywords_eng" => "wedding, ceremony, party, luxury, entertainment, romantic, Como Lake, dinners, Villa geno, restaurant, parties, Business events", "keywords_rus" => "Свадьба, Церемония, Праздник, Роскошь, Развлечения, Романтичный, Озеро Комо, Ужины, Вилла Джено, Ресторан, День рождения, Корпоративные праздники", "favicon" => "0", "separatore_dati_footer" => " | " ), "menu_pages_ita" => array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_eng" => array( "home" => "D", "la_storia" => "About Us", "location" => "Location", "la_villa" => "The Hall", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_rus" => array( "home" => "D", "la_storia" => "История", "location" => "Расположение", "la_villa" => "Вилла Джено", "menu" => "Меню", "news" => "D", "contatti" => "D" ), "sottomenu_ita_chi_siamo" => array( "pages/il_ristorante" => "Il Ristorante", "pages/il_bar" => "Il Bar", "pages/la_terrazza" => "La Terrazza", "pages/sala_eventi" => "La Sala Eventi" ), "sottomenu_ita_menu" => array( "custom_pages/view/1" => "Sapori del mese", "custom_pages/view/2" => "Proposta del giorno", "custom_pages/view/3" => "Business menu", "custom_pages/view/4" => "Servizio a domicilio" ), "sottomenu_ita_contatti_statici" => array( "contacts/info" => "Richiesta Privati", "contacts/info_business" => "Richiesta Business", "pages/newsletter" => "Iscrizione Newsletter" ), "multilingua" => array( "attivo" => "1" ), "lista_lingue" => array( "ita" => "ita", "eng" => "eng", "rus" => "rus" ), "home" => array( "attivo" => "1", "nome" => "Home", "nome_rus" => "Главная", "ingloba_news" => "1", "numero_news" => "3", "link" => "events/home" ), "chi_siamo" => array( "attivo" => "0", "nome" => "Gli Ambienti", "ingloba_news" => "0", "numero_news" => "3", "link" => "events/chi_siamo" ), "news" => array( "attivo" => "1", "nome" => "News", "nome_rus" => "Новости", "news_per_pagina" => "3", "link" => "events/news" ), "contatti" => array( "attivo" => "1", "nome" => "Contatti", "nome_eng" => "Contacts", "nome_rus" => "Контакты", "maps" => "0", "link" => "contacts/info", "email" => "info@villageno.it" ), "gallerie" => array( "attivo" => "1", "nome" => "Gallery", "link" => "galleries/index", "full_view" => "0" ), "stampa" => array( "attivo" => "0", "nome" => "Seminari", "nome_eng" => "Seminari", "link" => "presses/index" ), "newsletter" => array( "attivo" => "1", "nome" => "Newsletter", "link" => "contacts/newsletter" ), "richiesta_info" => array( "attivo" => "1", "nome" => "Richiesta Info", "link" => "contacts/info", "campo_messaggio" => "Messaggio" ), "richiesta_info_campi" => array( "campo1" => "Nome", "campo2" => "Cognome", "campo3" => "Azienda", "campo4" => "Email", "campo5" => "Telefono" ), "custom_pages" => array( "attivo" => "0", "limite" => "4" ), "prodotti" => array( "attivo" => "0", "nome" => "Prodotti" ), "servizi" => array( "attivo" => "0", "nome" => "Servizi" ) ) $custom_pages = array() $menu = array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" ) $img_spacer = "<li><a><img src="/img/square_menu.jpg" alt="" /></a></li>" $voci_menu = 7 $first = "first" $out = "<ul>" $type = "D" $module = "home" $title = "Home" $url = "/events/home"
$url = "/".$config_base[$module]['link'];if ($config_base['multilingua']['attivo']) {if (isset($config_base[$module]['nome_'.$_SESSION["language"]])) {
generalHelper::menu() - APP/views/helpers/general.php, line 42 include - APP/views/layouts/default.ctp, line 88 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 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136 [main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: language [APP/views/helpers/general.php, line 73]
$config_base = array( "dati_azienda" => array( "ragione_sociale" => "Villa Geno", "intestatario" => "", "via" => "Viale Geno, 12", "cap" => "22100", "citta" => "Como", "provincia" => "CO", "tel" => "031 30 00 12", "fax" => "031 30 19 93", "partita_iva" => "PIVA 02697770135", "email" => "info@villageno.it", "sito" => "villageno.it" ), "html_data" => array( "title" => "Villa Geno - location esclusiva sul lago di Como - matrimoni, feste ed eventi aziendali", "title_eng" => "Villa Geno - exclusive location at the Lake Como - weddings, holidays, party and business events", "title_rus" => "Вилла Джено-эсклюзивное место на озере Комо-свадьбы, праздники и корпоративные события", "description" => "Villa Geno, gioiello architettonico del lago di Como - l'eleganza della location e i servizi offerti formano il contesto ideale per l'organizzazione di qualsiasi tipo di evento e cerimonia: matrimoni, battesimi, comunioni, cresime, ma anche feste di laurea, compleanni ed eventi aziendali sono resi unici e indimenticabili dalla bellezza del luogo.", "keywords" => "Villa geno, villageno, ristorante, como, lago, congressi, meeting, seminari, cocktail, cene di gala, pranzi, inaugurazioni, conferenze stampa, mostre, eventi, arte, panorama, giardino, veranda, piano bar, ricevimenti, matrimoni, anniversari, cucina, sfilate, manifestazioni, atmosfera, eventi aziendali, villa, matrimonio, como, ristorante, nozze, wedding, location, meeting, eventi, lake of como, lago di como, banchetto nuziale, sala ricevimenti, festa, aziendale.", "keywords_eng" => "wedding, ceremony, party, luxury, entertainment, romantic, Como Lake, dinners, Villa geno, restaurant, parties, Business events", "keywords_rus" => "Свадьба, Церемония, Праздник, Роскошь, Развлечения, Романтичный, Озеро Комо, Ужины, Вилла Джено, Ресторан, День рождения, Корпоративные праздники", "favicon" => "0", "separatore_dati_footer" => " | " ), "menu_pages_ita" => array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_eng" => array( "home" => "D", "la_storia" => "About Us", "location" => "Location", "la_villa" => "The Hall", "menu" => "Menù", "news" => "D", "contatti" => "D" ), "menu_pages_rus" => array( "home" => "D", "la_storia" => "История", "location" => "Расположение", "la_villa" => "Вилла Джено", "menu" => "Меню", "news" => "D", "contatti" => "D" ), "sottomenu_ita_chi_siamo" => array( "pages/il_ristorante" => "Il Ristorante", "pages/il_bar" => "Il Bar", "pages/la_terrazza" => "La Terrazza", "pages/sala_eventi" => "La Sala Eventi" ), "sottomenu_ita_menu" => array( "custom_pages/view/1" => "Sapori del mese", "custom_pages/view/2" => "Proposta del giorno", "custom_pages/view/3" => "Business menu", "custom_pages/view/4" => "Servizio a domicilio" ), "sottomenu_ita_contatti_statici" => array( "contacts/info" => "Richiesta Privati", "contacts/info_business" => "Richiesta Business", "pages/newsletter" => "Iscrizione Newsletter" ), "multilingua" => array( "attivo" => "1" ), "lista_lingue" => array( "ita" => "ita", "eng" => "eng", "rus" => "rus" ), "home" => array( "attivo" => "1", "nome" => "Home", "nome_rus" => "Главная", "ingloba_news" => "1", "numero_news" => "3", "link" => "events/home" ), "chi_siamo" => array( "attivo" => "0", "nome" => "Gli Ambienti", "ingloba_news" => "0", "numero_news" => "3", "link" => "events/chi_siamo" ), "news" => array( "attivo" => "1", "nome" => "News", "nome_rus" => "Новости", "news_per_pagina" => "3", "link" => "events/news" ), "contatti" => array( "attivo" => "1", "nome" => "Contatti", "nome_eng" => "Contacts", "nome_rus" => "Контакты", "maps" => "0", "link" => "contacts/info", "email" => "info@villageno.it" ), "gallerie" => array( "attivo" => "1", "nome" => "Gallery", "link" => "galleries/index", "full_view" => "0" ), "stampa" => array( "attivo" => "0", "nome" => "Seminari", "nome_eng" => "Seminari", "link" => "presses/index" ), "newsletter" => array( "attivo" => "1", "nome" => "Newsletter", "link" => "contacts/newsletter" ), "richiesta_info" => array( "attivo" => "1", "nome" => "Richiesta Info", "link" => "contacts/info", "campo_messaggio" => "Messaggio" ), "richiesta_info_campi" => array( "campo1" => "Nome", "campo2" => "Cognome", "campo3" => "Azienda", "campo4" => "Email", "campo5" => "Telefono" ), "custom_pages" => array( "attivo" => "0", "limite" => "4" ), "prodotti" => array( "attivo" => "0", "nome" => "Prodotti" ), "servizi" => array( "attivo" => "0", "nome" => "Servizi" ) ) $custom_pages = array() $menu = array( "home" => "D", "la_storia" => "La Storia", "location" => "Location", "la_villa" => "La Villa", "menu" => "Menù", "news" => "D", "contatti" => "D" ) $img_spacer = "<li><a><img src="/img/square_menu.jpg" alt="" /></a></li>" $voci_menu = 7 $first = "" $out = "<ul><li class="home first"><a href="/events/home">Home</a></li><li class="la_storia "><a href="/pages/la_storia">La Storia</a></li><li class="location "><a href="/pages/location">Location</a></li><li class="la_villa "><a href="/pages/la_villa">La Villa</a></li><li class="menu "><a href="/pages/menu">Menù</a></li><li class="news "><a href="/events/news">News</a></li><li class="contatti "><a href="/contacts/info">Contatti</a></li></ul>" $type = "D" $module = "contatti" $title = "Contatti" $url = "/contacts/info" $selected = array() $link = "<a href="/contacts/info">Contatti</a>"
$lang = strtoupper($_SESSION['language']);
generalHelper::menu() - APP/views/helpers/general.php, line 73 include - APP/views/layouts/default.ctp, line 88 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 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136 [main] - APP/webroot/index.php, line 88
Pagina non trovata
Villa Geno - Viale Geno, 12 Como | Phone. 031 30 00 12 | 031 30 19 93 | PIVA 02697770135 | Design By Blumade


