mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
merge from 1.5.1.8
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10157 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2d3dfe7bc7
commit
90c18a8bb8
42 changed files with 3249 additions and 149 deletions
|
|
@ -41,7 +41,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->latest_document}</h2>
|
||||
<h2 class="h2">{$lang->latest_documents}</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestDocumentList AS $key=>$value)-->
|
||||
{@$document = $value->variables}
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->latest_comment}</h2>
|
||||
<h2 class="h2">{$lang->latest_comments}</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestCommentList AS $key=>$value)-->
|
||||
<li>
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->latest_trackback}</h2>
|
||||
<h2 class="h2">{$lang->latest_trackbacks}</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestTrackbackList AS $key=>$value)-->
|
||||
<li>
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->notice}</h2>
|
||||
<h2 class="h2">{$lang->notices}</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($news AS $key=>$value)-->
|
||||
<li><a href="{$value->url}" target="_blank">{$value->title}</a> <span class="side">{zdate($value->date, 'Y-m-d')}</span></li>
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->favorite}</h2>
|
||||
<h2 class="h2">{$lang->favorites}</h2>
|
||||
<ul class="lined">
|
||||
<li loop="$favorite_list => $favorite">
|
||||
<a href="{getUrl('act', $favorite->admin_index_act)}">{$favorite->title}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue