mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9414 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
688 B
HTML
17 lines
688 B
HTML
</div>
|
|
<div class="footer">
|
|
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
|
|
<p class="cache">
|
|
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
|
|
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
|
|
<a href="http://code.google.com/p/xe-core/issues/entry">{$lang->bug_report}</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
xe.current_lang = '{$lang_type}';
|
|
xe.lang.confirm_run = '{$lang->confirm_run}';
|
|
</script>
|
|
|
|
<load target="./js/config.js" usecdn="true" />
|
|
<load target="../../session/tpl/js/session.js" usecdn="true" />
|