Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
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.php000064400000000544151140506550031355 0ustar00home/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
	}
}