Ejemplo n.º 1
0
    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <!--[if IE 7]>
      <link href="<?php 
echo $site->path;
?>
/css/font-awesome-ie7.css" rel="stylesheet">
    <![endif]-->  
	
	  <!-- Rezgo stylesheet -->
	  <link href="<?php 
echo $site->path;
?>
/css/rezgo.css" rel="stylesheet">
    
		<?php 
if ($site->exists($site->getStyles())) {
    ?>
    <style>
      <?php 
    echo $site->getStyles();
    ?>
    </style>
    <?php 
}
?>
	
	</head>
<body>

<?php 
foreach ($site->getBookings($_REQUEST['trans_num']) as $booking) {