Notice!

ErrorException [ Notice ]: Undefined variable: language

APPPATH/views/pages/map.php @ line 78

73            var marker = new google.maps.Marker({
74                positionsiteLatLng,
75                mapmap,
76                titlecurrent_marker[0],
77                zIndexcurrent_marker[3],
78                html'<h2>'+current_marker[0]+'</h2><p>'+current_marker[4]+'</p><p><b>Tel: </b>'+current_marker[5]+'<br><b>Fax: </b>'+current_marker[6]+'<br><b>Email: </b><a href="mailto:'+current_marker[7]+'?subject=<?php echo $language->contact_subject ?>">'+current_marker[7]+'</a></p>'
79            });
80            markers.push(marker);
81    
82            google.maps.event.addListener(marker"click", function () {
83                infowindow.setContent(this.html);

Backtrace

  1. COREPATH/classes/view.php @ line 204
    199        {
    200            return $this->render();
    201        }
    202        catch (\Exception $e)
    203        {
    204            \Error::exception_handler($e);
    205
    206            return '';
    207        }
    208    }
    209
    
  2. DOCROOT/index.php @ line 71
    66$response->body(
    67    str_replace(
    68        array('{exec_time}''{mem_usage}'),
    69        array(round($bm[0], 4), round($bm[1] / pow(10242), 3)),
    70        $response->body()
    71    )
    72);
    73
    74$response->send(true);