daran habe ich noch nicht gedacht, ich dachte einfach das in der config.php bestimmte, benötigte Angaben enthalten sind, wie Hintergrundfarbe usw.
Im PunBB ist es z.B. in der common.php
// VERSCHIEDENES
'Announcement' => 'Ankündigung',
'Options' => 'Beitragsoptionen',
'Actions' => 'Aktionen',
'Submit' => 'Absenden', // "NAME" DES SUBMIT BUTTONS
'Ban message' => 'Sie sind in diesem Forum gesperrt.',
'Ban message 2' => 'Die Sperre läuft aus am',
'Ban message 3' => 'Der Administrator oder Moderator, der Sie gesperrt hat, hat folgende Nachricht hinterlassen:',
'Ban message 4' => 'Wenn Sie Fragen haben kontaktiren Sie bitte die Administratoren unter',
'Never' => 'Nie',
Evtl. kannst du meinen Gedanken so besser folgen, meine Angaben wären in etwa:
// Username and password for adding events.
// Change this.
$username = "admin";
$password = "admin";
// Name of the month, in the language you want.
$january = 'Januar';
$february = 'Februar';
$march = 'März';
$april = 'April';
$may = 'Mai';
$june = 'Juni';
$july = 'Juli';
$august = 'August';
$september = 'September';
$october = 'Oktober';
$november = 'November';
$december = 'Dezember';
// Name of the days, in the language you want.
$monday = "M";
$tuesday = "D";
$wednesday = "M";
$thursday = "D";
$friday = "F";
$saturday = "S";
$sunday = "S";
// If you wish the calendar to start the week with Monday, leave this true.
// Else edit it to "false", to make the week start with Sunday.
$startwithmonday = true;
// Virtual path to event files.
// If the calendar is included in some other file, use this to point
// to the calendar directory from main file.
$path = "../calendar/";
// If you want to se weeknumber, else false.
$weeknumber = true;
// Width of the calander.
$width = "50px";
// Color of the days in current month.
$numberBGColor = "#EEE";
$numberTextColor ="#000";
// Color of the days before and after current month.
$emptyBGColor = "#A39572";
$emptyTextColor ="#A39572";
// The color the "hover" day should change to.
$selBGColor = "#999";
$selTextColor = "#000";
// The colour for today. Nomal is: #FF9999
$todayBGColor = "#FF9999";
$todayTextColor = "#FFFFFF";
// Colours for the month and day names.
$monthBGColor = "#A39572";
$monthTextColor = "#333";
$daysBGColor = "#C4BBA5";
$weekBGColor = "#7E8F94";
$background = "#FFFFFF";
// Colours to toggle between if more then one event.
$event1 = "#EEEEEE";
$event2 = "#CCCCCC";
Entschuldigt mein schlechtes Deutsch.
Besucht auch mal
mein PunBB Forum.