Phish Tours
- ";
foreach($tours as $key=>$val) {
if($val['tourid']==84) { continue; }
echo "
- ".$val['tourname']." (".$val['tourwhen'].") "; } echo "
Side project tours
- ";
foreach($tours as $key=>$val) {
if($val['artist']!=1) {
echo "
- ".$val['tourname']." (",$artists[$val['artist']],", ".$val['tourwhen'].") "; } } echo "
'.$tour['tourname'].' included '.$showcount.' performances.
'.$perc.'% of live shows were part of this tour.
';
echo 'The following performances were part of this tour:
\n"; } echo ""; } if($excluded==1) { echo "
* indicates that this show doesn't count towards official statistics
"; } echo "You can also view stats for the ".$tour['tourname']." (or try ZZYZX's stats).
"; $itemid = $tour['tourid']; $ctype=4; $returnto='/tour/'.$tour['tourid']; include 'inc/template-addcomment.php'; echo ''; if($ALBUM['albumid'] && $isLoggedIn) { $mymods = get_my_mods($User['uid'],4,$ALBUM['albumid']); } $comments = get_discussion($tour['tourid'],4); if(is_array($comments)) { include $includes.'comment-loop.php'; } } else { echo "Phish has not yet played any shows on this tour (or maybe it's just not in our database)!
"; } }