mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@586 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a457add255
commit
f980e8d07e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"> '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue