| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-control-hr.php.tar |
xbodynamge/lebauwcentre/wp-content/themes/customify/inc/customizer/controls/class-control-hr.php 0000644 00000000360 15114047526 0030366 0 ustar 00 home <?php
class Customify_Customizer_Control_Hr extends Customify_Customizer_Control_Base {
static function field_template() {
?>
<script type="text/html" id="tmpl-field-customify-hr">
<?php
echo '<hr/>';
?>
</script>
<?php
}
}