mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5943 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
604 B
HTML
15 lines
604 B
HTML
<!--@if($widgetstyle_extar_var->ws_colorset == "black")-->
|
|
{@ $_wsClassName = "black"}
|
|
<!--@elseif($widgetstyle_extar_var->ws_colorset == "white")-->
|
|
{@ $_wsClassName = "white"}
|
|
<!--@else-->
|
|
{@ $_wsClassName = $layout_info->colorset}
|
|
<!--@end-->
|
|
|
|
<!--%import("style.css")-->
|
|
|
|
<div class="simpleWidgetStyle {$_wsClassName}">
|
|
<h2>{$widgetstyle_extar_var->ws_title}</h2>
|
|
<!--@if($widgetstyle_extar_var->ws_more_url)--><a href="{$widgetstyle_extar_var->ws_more_url}" class="widgetMoreLink">{$widgetstyle_extar_var->ws_more_text}</a><!--@end-->
|
|
{$widget_content}
|
|
</div>
|