mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants
_XE_PATH_ -> RX_BASEDIR __XE_VERSION__ -> RX_VERSION
This commit is contained in:
parent
4fdb51d689
commit
b0f66a36c5
43 changed files with 104 additions and 105 deletions
|
|
@ -1,9 +1,8 @@
|
|||
<!--// 다음 우편번호 API -->
|
||||
<!--// HEADER -->
|
||||
{@$is_https = strtoupper(parse_url($current_url, 0)) == 'HTTPS'}
|
||||
<load target="./css/default.css" />
|
||||
<load target="http://dmaps.daum.net/map_js_init/postcode.v2.js" cond="!$is_https" />
|
||||
<load target="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js" cond="$is_https" />
|
||||
<load target="http://dmaps.daum.net/map_js_init/postcode.v2.js" cond="!\RX_SSL" />
|
||||
<load target="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js" cond="\RX_SSL" />
|
||||
<load target="./js/daumapi.js" />
|
||||
|
||||
<!--// BODY -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue