planet, cafeXE 메인 사이트들에 대해서도 RSS를 통합 출력할 수 있게 기능 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-29 06:45:36 +00:00
parent 125d8f829c
commit 83b406492e
12 changed files with 204 additions and 87 deletions

View file

@ -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>