mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Make all addons, modules, and widgets follow RX_VERSION
This commit is contained in:
parent
aef258e48a
commit
0b265cde21
54 changed files with 156 additions and 109 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<table class="x_table x_table-striped x_table-hover">
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<td>{$addon_info->title} ver. {$addon_info->version}</td>
|
||||
<td>{$addon_info->title} ver. {$addon->version === 'RX_VERSION' ? 'CORE' : $addon->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->author}</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue