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

Repository URL to install this package:

Details    
jsarnowski/jet-engine / forms / common / field-column.php
Size: Mime:
<?php
/**
 * Row-layout field template
 */

echo $label;

if ( $template ) {
	if ( is_readable( $template ) ) {
		include $template;
	} else {
		echo $template;
	}
}

echo $desc;