mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
fix #587 content 위젯에서 colorset을 선택하지 않았을 때 기본 스타일이 적용되지 않는 문제 해결
This commit is contained in:
parent
2013e4af35
commit
3af00e8f77
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<load target="./js/content_widget.js" cond="$widget_info->page_count || count($widget_info->tab)" />
|
<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")-->
|
<!--@if($widget_info->tab_type == "tab_left")-->
|
||||||
<!--#include("./_tab_left.html")-->
|
<!--#include("./_tab_left.html")-->
|
||||||
<!--@elseif($widget_info->tab_type == "tab_top")-->
|
<!--@elseif($widget_info->tab_type == "tab_top")-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue