From: peter Date: Sat, 23 Feb 2008 19:51:57 +0000 (+0000) Subject: - added comments X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=02b6652b15a9ebfd04bd1a4630244c865ebca054;p=web%2Fkonrad%2Fsmoke.git - added comments git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@89 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/www/inc/rendering/event_listing.php b/www/inc/rendering/event_listing.php index 9840db0..542163c 100644 --- a/www/inc/rendering/event_listing.php +++ b/www/inc/rendering/event_listing.php @@ -9,6 +9,7 @@ // +---------------------------------------------------------------------- // +/** creates an list of events */ function createEventList() { global $parser; @@ -31,6 +32,7 @@ function createEventList() $parser->setVar("PAGE",$p->parseFile("index.html")); } +/** creates the details of an event */ function createEventDetails() { global $parser;