✏️ 正在编辑: fusion-separator.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-separator.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_separator-shortcode"> <# if ( 'absolute' !== values.position ) { #> <div class="fusion-sep-clear"></div> <# } #> <div {{{ _.fusionGetAttributes( attr ) }}}> <div {{{ _.fusionGetAttributes( borderParts ) }}}></div> <# if ( '' !== values.icon && 'none' !== values.style_type ) { #> <span {{{ _.fusionGetAttributes( iconWrapperAttr ) }}}><i {{{ _.fusionGetAttributes( iconAttr ) }}}></i></span> <div {{{ _.fusionGetAttributes( borderParts ) }}}></div> <# } #> </div> <# if ( ( 'center' !== values.alignment || '' !== values.bottom_margin ) && 'absolute' !== values.position ) { #> <div class="fusion-sep-clear"></div> <# } #> </script>
💾 保存文件
← 返回文件管理器