소스 검색

- changed to actually apply style instead of returning false

vanmer 19 년 전
부모
커밋
a9e61b50b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/stylesheet.tpl

+ 1 - 1
templates/default/stylesheet.tpl

@@ -36,7 +36,7 @@
 
 /* retrieve the template vars */
 extract($t);
-return false;
+//return false;
 ?>
 /* older css template */
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {