mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
planet, cafeXE 메인 사이트들에 대해서도 RSS를 통합 출력할 수 있게 기능 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
125d8f829c
commit
83b406492e
12 changed files with 204 additions and 87 deletions
|
|
@ -82,8 +82,6 @@
|
|||
<label for="fld_for_signup">{$lang->about_use_signup}</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->planet_use_mobile}</div></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -91,7 +89,6 @@
|
|||
<label for="fld_for_use_mobile">{$lang->about_use_mobile}</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->planet_use_me2day}</div></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -99,6 +96,12 @@
|
|||
<label for="fld_for_use_me2day">{$lang->about_use_me2day}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>RSS</div></th>
|
||||
<td colspan="3">
|
||||
<input type="checkbox" name="use_rss" value="Y" <!--@if($module_info->use_rss=='Y')-->checked="checked"<!--@end--> />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="button" colspan="4">
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue