mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 70 rss admin bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8902 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb3a555a62
commit
5dc680b753
2 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
if(!$total_config->feed_document_count) $total_config->feed_document_count = 15;
|
||||
|
||||
Context::set('feed_config', $feed_config);
|
||||
Context::set('total_config', $total_config);
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<li>
|
||||
<p class="q">{$lang->total_feed}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="use_total_feed" value="Y" id="use_total_feed_yes" <!--@if(!$total_config->use_total_feed || $total_config->use_total_feed == 'Y')-->checked="checked"<!--@end--> /> <label for="use_total_feed_yes">{$lang->use}(<a href="http://example.com/rss">http://example.com/rss</a>)</label>
|
||||
<input type="radio" name="use_total_feed" value="Y" id="use_total_feed_yes" <!--@if(!$total_config->use_total_feed || $total_config->use_total_feed == 'Y')-->checked="checked"<!--@end--> /> <label for="use_total_feed_yes">{$lang->use}(<a href="{getFullSiteUrl()}rss">{getFullSiteUrl()}rss</a>)</label>
|
||||
<input type="radio" name="use_total_feed" value="N" id="use_total_feed_no" <!--@if($total_config->use_total_feed == 'N')-->checked="checked"<!--@end--> /> <label for="use_total_feed_no">{$lang->notuse}</label>
|
||||
</p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue