Learn more  » 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:

/ calendar / week-end.php

<?php
/**
 * Close week wrap
 */
if ( 0 === ( $inc + 1 ) % 7 ) {
	echo '</tr>';
}