mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 1544 fix latestVersion info
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10410 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97f2e27c80
commit
ce726f9fe2
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
<p class="power">
|
||||
Powered by <strong><a href="{_XE_LOCATION_SITE_}" target="_blank">XE</a></strong>. <span class="vr">|</span>
|
||||
<strong>Your version</strong>: {__XE_VERSION__} <span class="vr">|</span>
|
||||
<!--@foreach($news AS $key=>$value)--><!--@end-->
|
||||
<strong>Latest version</strong>: <a href="{$value->url}" target="_blank" title="{zdate($value->date, 'Y-m-d')}">{$value->title}</a>
|
||||
{@$latestVersion = array_shift($news)}
|
||||
<!--@if(isset($latestVersion))--><strong>Latest version</strong>: <a href="{$latestVersion->url}" target="_blank" title="{zdate($latestVersion->date, 'Y-m-d')}">{$latestVersion->title}</a><!--@end-->
|
||||
</p>
|
||||
<p class="cache">
|
||||
<button type="button" class="text" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button> <span class="vr">|</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue