Adjust path display in board and page config screen if rewrite is turned off

This commit is contained in:
Kijin Sung 2023-06-18 03:08:13 +09:00
parent 648cd40b0d
commit 5a04c136d2
2 changed files with 2 additions and 2 deletions

View file

@ -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>