mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Adjust path display in board and page config screen if rewrite is turned off
This commit is contained in:
parent
648cd40b0d
commit
5a04c136d2
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<option value="{$domain->domain_srl}" selected="selected"|cond="$domain->domain_srl == $module_info->domain_srl">{$domain->domain}</option>
|
||||
<!--@endif-->
|
||||
</select>
|
||||
<span class="baseurl">{\RX_BASEURL}</span>
|
||||
<span class="baseurl">{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif--></span>
|
||||
<input type="text" name="page_name" id="page_name" value="{$module_info->mid}" />
|
||||
<p class="x_help-block" id="aboutMid">{$lang->about_mid}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue