Update install module to use RhymiX as project name

This commit is contained in:
Kijin Sung 2016-01-09 00:06:22 +09:00
parent 211044fe2b
commit 1c90e1286f
8 changed files with 106 additions and 112 deletions

View file

@ -48,7 +48,7 @@
</div>
<div class="x_control-group">
<label for="dbPrefix" class="x_control-label">{$lang->db_table_prefix}</label>
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="rx" required /></div>
</div>
<p class="install_help">
{$lang->db_info_desc}<br />{$lang->db_prefix_desc}