<?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.
*/
if ( $GigNotes!='' )
{
if ( $FrontendType!='details')
{
$String = strip_tags($GigNotes);
include ('subString.php');
}
else echo $GigNotes;
if ( $FrontendType=='list' ) echo ', ';
}
?>