示例#1
0
include 'layout/header.php';
?>

<div id="breadcrumb">
	<a href="index.php">Audition &#62;</a>
	<a href="live.php">Live &#62;</a>
	Tours
</div>

	<h1>tours:</h1>
	<div class="inset">
	<p>
	<?php 
$tours = new TourList();
$tourlist = $tours->get_tours($_GET['entries_per_page'], $_GET['start']);
$news_total = $tours->get_total();
?>
	<form id="amount_form" action="<?php 
echo $PHP_SELF;
?>
" method="get">
		<?php 
if (User::isAdmin()) {
    ?>
<a href="tour_add.php">Add Tour</a><span class="padded">|</span><?php 
}
?>
		<?php 
include 'layout/paging.php';
?>
	</form>