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
|
|
@ -26,7 +26,13 @@
|
|||
{$lang->msg_avail_easy_update} <a href="{$widget->update_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->msg_do_you_like_update}</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>{$widget->version}</td>
|
||||
<td>
|
||||
<!--@if($widget->version === 'RX_VERSION')-->
|
||||
<img src="{\RX_BASEURL}common/img/icon.png" class="core_symbol" alt="Rhymix Core" title="Rhymix Core" />
|
||||
<!--@else-->
|
||||
<span style="color:#aaa"|cond="$widget->isBlacklisted">{$widget->version}</span>
|
||||
<!--@endif-->
|
||||
</td>
|
||||
<td class="rx_detail_marks">
|
||||
<block loop="$widget->author => $author">
|
||||
<a cond="$author->homepage" href="{$author->homepage}" target="_blank">{$author->name}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue