Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-blocks   php

Repository URL to install this package:

Version: 1.2.8 

/ jet-search / global / index.php

<?php
/**
 * Main template
 */
$settings = $this->get_settings();
?>
<div class="jet-search"><?php
	if ( 'true' === $settings['show_search_in_popup'] ) {
		include $this->__get_global_template( 'popup' );
	} else {
		include $this->__get_global_template( 'form' );
	}
?></div>