pmai_join_attr.php 153 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6 7 8 9
<?php

if( !function_exists('pmai_join_attr') ):
	function pmai_join_attr( $attributes = false ){
		echo pmai_get_join_attr( $attributes );
	}
endif;

?>