Events
<?php
// Note: this works in the event content type, but not if the event is promoted to the front page.
// Use the "concert announcement" template for an announcement node for the front page.
// Set these variables based on the concert specifics.
$title = "November 10, 2007: Thomas Viloteau";
$date = "Saturday, November 10, 2007, 7:30pm";
$ticketcost = "15";
$imagefile = "2007/viloteau.jpg";
$blurb = "\"2006 Guitar Foundation of American Solo Competition Winner\"\n";
// $blurb .= "- Musical Opinion (UK)\n";
$blurb .= "www.guitarfoundation.org\n";
$onlinesalesopen = FALSE;
// Print the event content, formatted
print "
" . $title . "
\n";
print "\n";
print "\n";
print "\n";
print "Date: " . $date . "\n";
print "Location: South Broadway Christian Church, Denver (map)\n";
print "Tickets: $" . $ticketcost . "\n";
print $blurb;
print "\n";
if ($onlinesalesopen) {
// Add to cart
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
// View cart
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "Please note: on-line purchases include a small handling fee to cover our transaction processing costs.\n";
print "You may also order tickets by mail using this form.\n";
print "Tickets purchased on-line or by mail within two weeks of the concert will be held for you at the door;\n";
print "please bring identification with you to pick up your tickets. Tickets purchased more than two weeks before \n";
print "the concert will be mailed to you.\n";
} else {
print "Note: online sales have closed; tickets are available at the door. Thank you.";
}
?>
The Denver Classical Guitar Society meets on the third Tuesday of each month, at 7:00 pm, at the South Broadway Christian Church in Denver. You are welcome to bring your guitar and play a piece or two for the group; or you're welcome to simply come and enjoy the music and fellowship.
The South Broadway Christian Church is at 23 Lincoln Street (at Ellsworth), just south of downtown (map).

Our Christmas party will be a special potluck dinner on Sunday, December 9th from 5 pm to 8:00 pm. Our member and flamenco guitarist extraordinaire Brint Lukens has kindly offered his spacious home for the party.
As a special celebration from our successful concert ticket sales, the DCGS will provide wine and beer as well. Also new this year door prizes will be awarded! WOHOO!!
If you would like to volunteer for setting up, cleaning up, or decorating, please contact Jeanette Salzburg with what you plan to bring and how many will attend. Soft drinks and coffee will be provided.
The following are suggestions for potluck items:
<?php
// Note: this works in the event content type, but not if the event is promoted to the front page.
// Use the "concert announcement" template for an announcement node for the front page.
// Set these variables based on the concert specifics.
$title = "January 12, 2008: Ryan Fiegl";
$date = "Saturday, January 12, 2008, 7:30pm";
$ticketcost = "15";
$imagefile = "2007/fiegl.jpg";
$blurb = "\"1st Place Winner of the 2007 Denver Classical Guitar Society Debut Competition\"\n";
$blurb .= "Note: Proceeds from the Ryan Fiegl Debut concert will go to the Patrick M. Keller Fund to support the Denver Classical Guitar Society Debut Competition.\n";
// $blurb .= "www.guitarfoundation.org\n";
$onlinesalesopen = FALSE;
// Print the event content, formatted
print "
" . $title . "
\n";
print "\n";
print "\n";
print "\n";
print "Date: " . $date . "\n";
print "Location: South Broadway Christian Church, Denver (map)\n";
print "Tickets: $" . $ticketcost . "\n";
print $blurb;
print "\n";
if ($onlinesalesopen) {
// Add to cart
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
// View cart
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "\n";
print "Please note: on-line purchases include a small handling fee to cover our transaction processing costs.\n";
print "You may also order tickets by mail using this form.\n";
print "Tickets purchased on-line or by mail within two weeks of the concert will be held for you at the door;\n";
print "please bring identification with you to pick up your tickets. Tickets purchased more than two weeks before \n";
print "the concert will be mailed to you.\n";
} else {
print "Note: online sales have closed; tickets are available at the door. Thank you.";
}
?>
The Denver Classical Guitar Society meets on the third Tuesday of each month, at 7:00 pm, at the South Broadway Christian Church in Denver. You are welcome to bring your guitar and play a piece or two for the group; or you're welcome to simply come and enjoy the music and fellowship.
The South Broadway Christian Church is at 23 Lincoln Street (at Ellsworth), just south of downtown (map).

