fix #587 content 위젯에서 colorset을 선택하지 않았을 때 기본 스타일이 적용되지 않는 문제 해결

This commit is contained in:
bnu 2014-03-19 15:07:06 +09:00
parent 2013e4af35
commit 3af00e8f77

View file

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