root/ip/trunk/forum.php
| 140 | 164 | ||
|---|---|---|---|
200 | // Last Visit - END | 200 | // Last Visit - END |
201 | 201 | ||
202 | // Birthday Box - BEGIN | 202 | // Birthday Box - BEGIN |
203 | if ($config['index_birthday'] && ($config['birthday_check_day'] > 0)) | 203 | if ($config['index_birthday']) |
204 | { | 204 | { |
205 | $template->assign_vars(array('S_BIRTHDAYS' => true)); | 205 | $template->assign_vars(array('S_BIRTHDAYS' => true)); |
206 | $birthdays_list = array(); | 206 | $birthdays_list = array(); |
... | ... | ||
346 | // End add - Last visit MOD | 346 | // End add - Last visit MOD |
347 | // Start add - Birthday MOD | 347 | // Start add - Birthday MOD |
348 | 'L_WHOSBIRTHDAY_WEEK' => ($config['birthday_check_day'] >= 1) ? sprintf((($birthdays_list['xdays']) ? $lang['Birthday_week'] : $lang['Nobirthday_week']), $config['birthday_check_day']) . $birthdays_list['xdays'] : '', | 348 | 'L_WHOSBIRTHDAY_WEEK' => ($config['birthday_check_day'] >= 1) ? sprintf((($birthdays_list['xdays']) ? $lang['Birthday_week'] : $lang['Nobirthday_week']), $config['birthday_check_day']) . $birthdays_list['xdays'] : '', |
349 | 'L_WHOSBIRTHDAY_TODAY' => ($config['birthday_check_day']) ? ($birthdays_list['today']) ? $lang['Birthday_today'] . $birthdays_list['today'] : $lang['Nobirthday_today'] : '', | 349 | 'L_WHOSBIRTHDAY_TODAY' => ($birthdays_list['today']) ? $lang['Birthday_today'] . $birthdays_list['today'] : $lang['Nobirthday_today'], |
350 | // End add - Birthday MOD | 350 | // End add - Birthday MOD |
351 | 'L_FORUM' => $lang['Forum'], | 351 | 'L_FORUM' => $lang['Forum'], |
352 | 'L_TOPICS' => $lang['Topics'], | 352 | 'L_TOPICS' => $lang['Topics'], |
Download diff