mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
스킨 제목 조건문 변경, RSS 링크 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3082 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c549e54582
commit
56db62201d
4 changed files with 4 additions and 20 deletions
|
|
@ -3,11 +3,7 @@
|
|||
{@ $tab_id = mt_rand()}
|
||||
<div class="sz_rss_reader_select">
|
||||
<div class="sz_{$colorset}">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2 title="{date('Y-m-d H:i:s')}">{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->rss->title}</a></h2>
|
||||
<!--@end-->
|
||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
||||
<table>
|
||||
<tr><td>
|
||||
<div id="tablist">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue