mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Issue 2893 fixed. bootstrap.layout bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12664 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8316cfc768
commit
7e070bf0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
<button type="button" class="next"><i></i>›</button>
|
||||
</div>
|
||||
<!-- VISUAL | USER DEFINE -->
|
||||
<div class="visual" cond="$layout_info->VISUAL_IMAGE_1 || $layout_info->VISUAL_IMAGE_2 || $layout_info->VISUAL_IMAGE_3 && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="visual" cond="($layout_info->VISUAL_IMAGE_1 || $layout_info->VISUAL_IMAGE_2 || $layout_info->VISUAL_IMAGE_3) && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="list">
|
||||
<a href="{$layout_info->VISUAL_LINK_1}" class="item i1" cond="$layout_info->VISUAL_IMAGE_1">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_1}" alt="" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue