mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Properly translate page type
This commit is contained in:
parent
0a7fabb19e
commit
c2f0e4fad9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ jQuery(function($){
|
|||
{$module_category[$val->module_category_srl]->title}
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td>{$val->page_type}</td>
|
||||
<td>{$lang->page_type_name[$val->page_type] ?? $val->page_type}</td>
|
||||
<td class="domain_prefix"><span class="domain">{$val->domain ?? ''}</span>{\RX_BASEURL}</td>
|
||||
<td>{$val->mid}</td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}" target="_blank">{$val->browser_title}</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue