<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
$URL = $GigVenueURL;
$Content = $GigVenue;
if ( $URL!='' AND $Content!='' ) echo '<a href="'.$URL.'">';
$String = $Content;
include ('subString.php');
if ( $URL!='' AND $Content!='') echo '</a>';
if ( $Content!='' AND $FrontendType=='list' ) echo ', ';
?>