| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-control-heading.php.tar |
lebauwcentre/wp-content/themes/customify/inc/customizer/controls/class-control-heading.php 0000644 00000000544 15114050655 0031355 0 ustar 00 home/xbodynamge <?php
class Customify_Customizer_Control_Heading extends Customify_Customizer_Control_Base {
static function field_template() {
?>
<script type="text/html" id="tmpl-field-customify-heading">
<?php
self::before_field();
?>
<h3 class="customify-field--heading">{{ field.label }}</h3>
<?php
self::after_field();
?>
</script>
<?php
}
}