File "PenControl.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/colibriwp/src/Customizer/Controls/PenControl.php
File size: 226 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace ColibriWP\Theme\Customizer\Controls;

class PenControl extends ColibriControl {

	public $type = 'colibri-pen';

	protected function content_template() {
		?>
		<div class="control-focus"></div>
		<?php
	}
}