コード例 #1
0
                    //only write the first, as we want to add a Slider and not a Slide
                }
                echo '<div class="template_thumb_title">' . $c_title . '</div>';
                ?>
						</div><?php 
            }
        } else {
            ?>
					<div class="template_group_wrappers not-imported-wrapper <?php 
            if (isset($m_slider['filter'])) {
                echo implode(' ', $m_slider['filter']);
            }
            ?>
">
						<?php 
            $tmpl->write_import_template_markup($m_slider);
            //add the Slider ID as we want to add a Slider and no Slide
            echo '<div class="template_thumb_title">' . $m_slider['title'] . '</div>';
            ?>
					</div>
					<?php 
        }
    }
} else {
    echo '<span style="color: #F00; font-size: 20px">';
    _e('No data could be retrieved from the servers. Please make sure that your website can connect to the themepunch servers.', REVSLIDER_TEXTDOMAIN);
    echo '</span>';
}
?>
		<div style="clear:both;width:100%"></div>
	</div>