15 lines
238 B
PHP
15 lines
238 B
PHP
<?php
|
|
/**
|
|
* Underscore.js template
|
|
*
|
|
* @package fusion-builder
|
|
* @since 2.0
|
|
*/
|
|
|
|
?>
|
|
<script type="text/html" id="tmpl-fusion_breadcrumbs-shortcode">
|
|
<nav {{{ _.fusionGetAttributes( wrapperAttr ) }}}>
|
|
{{{output}}}
|
|
</nav>
|
|
</script>
|