| @@ -1,17 +1,17 @@ | ||
| 1 | -<?php | |
| 2 | -/** | |
| 3 | - * Template variables: | |
| 4 | - * | |
| 5 | - * @var $controllers array settings as array | |
| 6 | - * @var $args array | |
| 7 | - */ | |
| 8 | - | |
| 9 | -// Do not allow directly accessing this file. | |
| 10 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 11 | - exit( 'This script cannot be accessed directly.' ); | |
| 12 | -} | |
| 13 | - | |
| 14 | - | |
| 15 | -echo '<div class="rtsb-breadcrumb">'; | |
| 16 | - woocommerce_breadcrumb( $args ); | |
| 17 | -echo '</div>'; | |
| 1 | +<?php | |
| 2 | +/** | |
| 3 | + * Template variables: | |
| 4 | + * | |
| 5 | + * @var $controllers array settings as array | |
| 6 | + * @var $args array | |
| 7 | + */ | |
| 8 | + | |
| 9 | +// Do not allow directly accessing this file. | |
| 10 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 11 | + exit( 'This script cannot be accessed directly.' ); | |
| 12 | +} | |
| 13 | + | |
| 14 | + | |
| 15 | +echo '<div class="rtsb-breadcrumb">'; | |
| 16 | + woocommerce_breadcrumb( $args ); | |
| 17 | +echo '</div>'; | |