소스 검색

bug fixed

Victor De la Rocha 16 년 전
부모
커밋
ac111d5348
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      themes/tumblr/index.htm

+ 2 - 2
themes/tumblr/index.htm 파일 보기

@@ -36,8 +36,8 @@
36 36
 			{block {$rows} as {$row}}
37 37
 				<div class="date">
38 38
 					{$row.Date_Added}
39
-				</div> {$row.postType}
40
-				{if {$row.postType}=='regular'}
39
+				</div>
40
+				{if {$row.postType}=='post'}
41 41
 					<div class="post">
42 42
 						<a href="{$row.Permalink}"><img src="{URL_Tumble}/themes/tumblr/img/link.gif" class="permalink" alt="Permalink"/></a>
43 43