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-hr.php.tar

xbodynamge/lebauwcentre/wp-content/themes/customify/inc/customizer/controls/class-control-hr.php000064400000000360151140475260030366 0ustar00home<?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
	}
}