git-svn-id: http://xe-core.googlecode.com/svn/trunk@586 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-21 08:30:22 +00:00
parent a457add255
commit f980e8d07e

View file

@ -12,7 +12,7 @@
var $component_path = '';
// 네이버맵 openapi 키 값
var $open_api_key = 'fb697bbfd01b42ab26db22162e166842';
var $open_api_key = '22b1f5391a6970e03935444897334066';
/**
* @brief upload_target_srl과 컴포넌트의 경로를 받음
@ -98,7 +98,7 @@
$height = $xml_obj->attrs->height;
$id = "navermap".rand(11111111,99999999);
$body_code = sprintf('<div id="%s" style="width:%spx;height:%spx;">%s', $id, $width, $height,"\n");
$body_code .= sprintf('<div id="%s" style="width:%spx;height:%spx;">%s', $id, $width, $height,"\n");
$footer_code =
sprintf(
'<script type="text/javascript"> '.