mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Enable multi-language for site title and subtitle
This commit is contained in:
parent
e90f60de22
commit
d87bbf635c
4 changed files with 32 additions and 13 deletions
|
|
@ -13,13 +13,13 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->site_title}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="site_title" value="{$site_title}" />
|
||||
<input type="text" name="site_title" value="{$var_site_title}" class="lang_code" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->site_subtitle}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="site_subtitle" value="{$site_subtitle}" />
|
||||
<input type="text" name="site_subtitle" value="{$var_site_subtitle}" class="lang_code" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue