Skip to content

Commit

Permalink
fix #587 content 위젯에서 colorset을 선택하지 않았을 때 기본 스타일이 적용되지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Mar 19, 2014
1 parent 2013e4a commit 3af00e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/content/skins/default/content.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<load target="./js/content_widget.js" cond="$widget_info->page_count || count($widget_info->tab)" />
<load target="./css/widget.css" cond="$colorset == 'black' || $colorset == 'white'" />
<load target="./css/widget.css" cond="$colorset != 'layout'" />

<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<div class="widgetContainer<!--@if($colorset=='black')--> black<!--@end-->">
<!--@if($widget_info->tab_type == "tab_left")-->
<!--#include("./_tab_left.html")-->
<!--@elseif($widget_info->tab_type == "tab_top")-->
Expand Down

0 comments on commit 3af00e8

Please sign in to comment.