mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10273 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
543 B
HTML
12 lines
543 B
HTML
<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'" />
|
|
|
|
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
|
<!--@if($widget_info->tab_type == "tab_left")-->
|
|
<!--#include("./_tab_left.html")-->
|
|
<!--@elseif($widget_info->tab_type == "tab_top")-->
|
|
<!--#include("./_tab_top.html")-->
|
|
<!--@else-->
|
|
<!--#include("./_tab_none.html")-->
|
|
<!--@end-->
|
|
</div>
|