Example #1
0
    echo loadprofile($level3a2[0]);
    $right_parent = $level3a2[0];
} else {
    echo handlererror($level2[1], $level2[1]);
}
?>
	
					
					
				</div>
	</td>
	<td colspan='2' class='tds right w25'>
				<div class='people'>
					
				<?php 
if ($level3a2[1] != '') {
    echo loadprofile($level3a2[1]);
    $right_parent = $level3a2[1];
} else {
    echo handlererror($level2[1], $level2[1]);
}
?>
						
					
					
				</div>
	</td>
</tr>
</table>
	
Example #2
0
				<div class='people'>
					
				<?php 
if ($level2[0] != '') {
    echo loadprofile($level2[0]);
    $left_parent = $level2[0];
} else {
    echo handlererror($left_parent, "good");
}
?>
				</div>
	</td>
	<td colspan='4' class='tds right w50'>
				<div class='people'>
					
				<?php 
if ($level2[1] != '') {
    echo loadprofile($level2[1]);
    $right_parent = $level2[1];
} else {
    echo handlererror($right_parent, "good");
}
?>
					

				</div>
	</td>
</tr>
</table>