mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
웹진형 최근글 출력 위젯의 가로 기본 2, 세로 기본 3으로 기본값 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
adb33464cf
commit
cce31a5c07
2 changed files with 12 additions and 12 deletions
|
|
@ -175,11 +175,11 @@
|
|||
<name xml:lang="en">Number of Images</name>
|
||||
<name xml:lang="es">Número de imágenes</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 가로 이미지의 수를 정하실 수 있습니다. (기본 5개)</description>
|
||||
<description xml:lang="jp">表示されるイメージの数を指定します(デフォルト5個)。</description>
|
||||
<description xml:lang="zh-CN">可以指定要显示的横向图片个数。(默认为5个)</description>
|
||||
<description xml:lang="en">You can set the number of images to display. (5 as default)</description>
|
||||
<description xml:lang="es">Usted puede definir el múmero de imágenes a mostrar. (predefinido: 5)</description>
|
||||
<description xml:lang="ko">출력될 가로 이미지의 수를 정하실 수 있습니다. (기본 2개)</description>
|
||||
<description xml:lang="jp">表示されるイメージの数を指定します(デフォルト2個)。</description>
|
||||
<description xml:lang="zh-CN">可以指定要显示的横向图片个数。(默认为2个)</description>
|
||||
<description xml:lang="en">You can set the number of images to display. (2 as default)</description>
|
||||
<description xml:lang="es">Usted puede definir el múmero de imágenes a mostrar. (predefinido: 2)</description>
|
||||
</var>
|
||||
<var id="rows_list_count">
|
||||
<name xml:lang="ko">세로 이미지 수</name>
|
||||
|
|
@ -188,11 +188,11 @@
|
|||
<name xml:lang="en">Number of Images</name>
|
||||
<name xml:lang="es">Número de imágenes</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 세로 이미지의 수를 정하실 수 있습니다. (기본 1개)</description>
|
||||
<description xml:lang="jp">表示されるイメージの数を指定することができます(デフォルト5個)。</description>
|
||||
<description xml:lang="zh-CN">可以指定要显示的纵向图片个数。(默认为1个)</description>
|
||||
<description xml:lang="en">You can set the number of images to display. (5 as default)</description>
|
||||
<description xml:lang="es">Usted puede definir el número de imágenes a mostrar. (predefinido: 5 )</description>
|
||||
<description xml:lang="ko">출력될 세로 이미지의 수를 정하실 수 있습니다. (기본 3개)</description>
|
||||
<description xml:lang="jp">表示されるイメージの数を指定することができます(デフォルト3個)。</description>
|
||||
<description xml:lang="zh-CN">可以指定要显示的纵向图片个数。(默认为3个)</description>
|
||||
<description xml:lang="en">You can set the number of images to display. (3 as default)</description>
|
||||
<description xml:lang="es">Usted puede definir el número de imágenes a mostrar. (predefinido: 3 )</description>
|
||||
</var>
|
||||
<var id="display_author">
|
||||
<name xml:lang="ko">글쓴이 표시</name>
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
|
||||
// 세로 이미지 수
|
||||
$widget_info->rows_list_count = (int)$args->rows_list_count;
|
||||
if(!$widget_info->rows_list_count) $widget_info->rows_list_count = 1;
|
||||
if(!$widget_info->rows_list_count) $widget_info->rows_list_count = 3;
|
||||
|
||||
// 가로 이미지 수
|
||||
$widget_info->cols_list_count = (int)$args->cols_list_count;
|
||||
if(!$widget_info->cols_list_count) $widget_info->cols_list_count = 5;
|
||||
if(!$widget_info->cols_list_count) $widget_info->cols_list_count = 2;
|
||||
|
||||
// 노출 여부 체크
|
||||
if($args->display_author!='Y') $widget_info->display_author = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue