rhymix/modules/install/tpl/header.html
Kijin Sung b0f66a36c5 Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants
_XE_PATH_ -> RX_BASEDIR
__XE_VERSION__ -> RX_VERSION
2020-12-18 15:21:23 +09:00

8 lines
309 B
HTML

<load target="css/install.css" />
<load target="js/install.js" />
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
<div id="header">
<h1><img src="../../../common/img/logo.svg" alt="Rhymix" /></h1>
<h2>Version <strong>{\RX_VERSION}</strong> Installation</h2>
</div>