Example #1
0
    ?>
	<div class="modal-body performer-view">
		<p><?php 
    echo $p->getPerformerBio();
    ?>
</p>
		<table class="table">
      		<thead>
		        <tr>
					<th>Date of Birth</th>
		        </tr>
	      	</thead>
			<tbody>
				<tr>
					<td><?php 
    echo WEB::_date($p->getPerformerDateOfBirth());
    ?>
</td>
			</tbody>
		</table>


		<?php 
    if (sizeof($bandList) > 0 && !WEB::_action('preview')) {
        ?>

		<h4><strong>Bands:</strong></h4>
		<ul class="covers bands modal-list">
			<!-- // Loop through list from db -->
          	<?php 
        for ($i = 0; $i < sizeof($bandList); $i++) {