mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
XE표기를 Rhymix로 변경
This commit is contained in:
parent
a9fc637cd9
commit
0a89dffa5a
50 changed files with 283 additions and 278 deletions
|
|
@ -2,15 +2,15 @@
|
|||
$db_info = Context::getDBInfo();
|
||||
$lang_type = Context::getLangType();
|
||||
$ssl_actions = Context::getSSLActions();
|
||||
$css_files=Context::getCssFile();
|
||||
$js_files=Context::getJsFile();
|
||||
$css_files = Context::getCssFile();
|
||||
$js_files = Context::getJsFile();
|
||||
}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{str_replace('jp','ja',$lang_type)}">
|
||||
<head>
|
||||
<!-- META -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="Generator" content="XpressEngine">
|
||||
<meta name="Generator" content="Rhymix {__XE_VERSION__}">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<block loop="Context::getMetaTag() => $no, $val">
|
||||
<meta http-equiv="{$val['name']}"|cond="$val['is_http_equiv']" name="{$val['name']}"|cond="!$val['is_http_equiv']" content="{$val['content']}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue