Stichwörter[Die letzten 5]
| Unsere Vereine |
- kein Wind
- die Wiederholung erfolgt am 20.10.13,
Drachenziehen 1 Kandidat
Schulranzenweitwurf in 3 Altersgruppen
3-4 Jahre:
5-7 Jahre:
8-9 Jahre:
Außenteam: Katrin Mädler
Drachenfest die Zweite 20.10.13
Die Drachenchampions:
Gratulation!
Außenteam: Katrin Mädler
// Module Name $mod_name = "Filepool Gallery"; // Module Version $mod_version = "1.0"; // Module Author $mod_author = "twenty4hours - Manuel Leibrock"; // Module Homepage $mod_homepage = "http://www.twenty4hours.de"; // 1 = dynamic & static // 2 = dynamic & static export of module code // 3 = only dynamic $mod_mode = 2; // Generate PHP function to connect to openEngine database $mod_useInternalDB = true; ?> $this_module_path = "../modules/gallery"; $lang_input = "de"; $lang_input_page = ""; $site_admin = "Admin@weissig-sachsen.de"; $site_name = "Weißig im Web"; function isAdmin() { return false; } ?> include("../../html/pages/_config/config.php"); function connectDB() { global $db_server, $db_user, $db_password, $db_name; $link = mysql_pconnect($db_server, $db_user, $db_password); mysql_select_db($db_name); return $link; } function closeDB($link) { mysql_close($link); } ?> function translatePath($page_file) { $file_name = ereg_replace("/", "_", $page_file); if (substr($file_name, 0, 1) == "_") { $file_name = substr($file_name, 1); } return $file_name; } ?> function postext($Textfield) { if(substr_count($Textfield, "|") < 1){$Textfield = "0"."|".$Textfield; } $tf_array = explode("|",$Textfield); return $tf_array[count($tf_array) - 1]; } ?>