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-engine   php

Repository URL to install this package:

Version: 2.7.7 

/ calendar / week-start.php

<?php
/**
 * Open week wrap
 */

if ( 0 === $inc % 7 ) {
	echo '<tr class="jet-calendar-week">';
}