mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
492 B
HTML
13 lines
492 B
HTML
<!--@if($widgetstyle_extar_var->ws_colorset == "black")-->
|
|
{@ $_wsClassName = "black"}
|
|
<!--@else-->
|
|
{@ $_wsClassName = "white"}
|
|
<!--@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>
|