language_file"); ########## Datumsformat bestimmen ########### if($aus_settings->show_dateformat=="1"){$datevar="%d.%m.%Y";} if($aus_settings->show_dateformat=="2"){$datevar="%d.%m.%Y - %T";} if($aus_settings->show_dateformat=="3"){$datevar="%d-%m-%Y";} if($aus_settings->show_dateformat=="4"){$datevar="%d-%m-%Y - %T";} if($aus_settings->show_dateformat=="5"){$datevar="%m.%Y";} if($aus_settings->show_dateformat=="6"){$datevar="%m.%Y - %T";} if($aus_settings->show_dateformat=="7"){$datevar="%m-%Y";} if($aus_settings->show_dateformat=="8"){$datevar="%m-%Y - %T";} if($aus_settings->show_dateformat=="9"){$datevar="%d.%m";} if($aus_settings->show_dateformat=="10"){$datevar="%d.%m - %T";} if($aus_settings->show_dateformat=="11"){$datevar="%d-%m";} if($aus_settings->show_dateformat=="12"){$datevar="%d-%m - %T";} if($aus_settings->show_dateformat=="13"){$datevar="%T";} if($aus_settings->show_dateformat=="14"){$datevar="%d";} if($aus_settings->show_dateformat=="15"){$datevar="%m";} if($aus_settings->show_dateformat=="16"){$datevar="%Y";} echo ""; echo ""; echo "".$lang_output_lyt_title."\n"; echo "\n"; echo ""; echo ""; echo ""; $get_layout=mysql_query("SELECT * FROM $prefix"."_layout"); $aus_layout=mysql_fetch_object($get_layout); ###### Textfarben ###### $font_a="font_family; font-size: $aus_layout->ts_other; color: $aus_layout->tc_other;\">"; $font_b=""; $font_msg_a="font_family; font-size: $aus_layout->ts_msg; color: $aus_layout->tc_msg;\">"; $font_msg_b=""; $font_links_a="font_family; font-size: $aus_layout->ts_links; color: $aus_layout->tc_links;\">"; $font_links_b=""; $font_name_a="font_family; font-size: $aus_layout->ts_name; color: $aus_layout->tc_name;\">"; $font_name_b=""; $font_cat_a="font_family; font-size: $aus_layout->ts_cat; color: $aus_layout->tc_cat;\">"; $font_cat_b=""; $font_topic_a="font_family; font-size: $aus_layout->ts_topic; color: $aus_layout->tc_topic;\">"; $font_topic_b=""; $font_datum_a="font_family; font-size: $aus_layout->ts_datum; color: $aus_layout->tc_datum;\">"; $font_datum_b=""; $font_att_a="font_family; font-size: $aus_layout->ts_att; color: $aus_layout->tc_att;\">"; $font_att_b=""; $font_latest_a="font_family; font-size: $aus_layout->ts_att; color: $aus_layout->tc_latest;\">"; $font_latest_b=""; ############################ Ausgabe der Latest News ####################################### echo "
border_latest\" width=\"$aus_layout->latest_width\">\n"; echo "\n"; echo "
\n"; echo "\n"; echo "\n"; echo "
bgi_latest\" bgcolor=\"$aus_layout->bgc_latest\" width=\"60%\" style=\"padding-left: 5;\">\n"; echo "\n"; $get_latestnews=mysql_query("SELECT id,topic,date_format(date, '$datevar') as date_var FROM $prefix"."_entries ORDER BY id DESC LIMIT 0,$aus_settings->number_latestnews"); while($aus_latestnews=mysql_fetch_object($get_latestnews)) { echo "\n"; } echo "
$font_latest_a"."$aus_latestnews->date_var - $font_latest_b\n"; if($aus_settings->how_show_latestnews=="1") { echo "id');\">$font_latest_a"."$aus_latestnews->topic"."$font_latest_b\n"; } else { echo "id\">$font_latest_a"."$aus_latestnews->topic"."$font_latest_b\n"; } echo "
\n"; echo "
\n"; echo "
distance_latest\">
\n"; ############################################################################################ echo ""; echo ""; ?>