mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Show Rhymix logo instead of version only if it is a part of the Core
This commit is contained in:
parent
8d228890c9
commit
0adce0dd47
5 changed files with 18 additions and 6 deletions
|
|
@ -27,7 +27,13 @@
|
|||
{$lang->msg_avail_easy_update} <a href="{$layout->update_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->msg_do_you_like_update}</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>{$layout->version}</td>
|
||||
<td>
|
||||
<!--@if(Context::isDefaultPlugin($layout->layout, 'layout'))-->
|
||||
<img src="{\RX_BASEURL}common/img/icon.png" class="core_symbol" alt="Rhymix Core" title="Rhymix Core" />
|
||||
<!--@else-->
|
||||
{$layout->version}
|
||||
<!--@endif-->
|
||||
</td>
|
||||
<td>
|
||||
<block loop="$layout->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