Verfasst: 19.05.2008 15:49
ich habs..
also > öffne
viewforum.php
finde
ersetze mit
öffne
includes\functions.php (Zeile 3475):
finde
ersetze mit
das dürfte es gewesen sein
also > öffne
viewforum.php
finde
Code: Alles auswählen
$template->assign_var('RUN_CRON_TASK', '<img src="' . append_sid($phpbb_root_path . 'cron.' . $phpEx, 'cron_type=prune_forum&f=' . $forum_id) . '" alt="cron" width="1" height="1" />');
Code: Alles auswählen
$template->assign_var('RUN_CRON_TASK', '<img src="' . append_sid($phpbb_root_path . 'cron.' . $phpEx, 'cron_type=prune_forum&f=' . $forum_id) . '" alt="" width="1" height="1" />');
includes\functions.php (Zeile 3475):
finde
Code: Alles auswählen
$template->assign_var('RUN_CRON_TASK', '<img src="' . append_sid($phpbb_root_path . 'cron.' . $phpEx, 'cron_type=' . $cron_type) . '" width="1" height="1" alt="cron" />');
Code: Alles auswählen
$template->assign_var('RUN_CRON_TASK', '<img src="' . append_sid($phpbb_root_path . 'cron.' . $phpEx, 'cron_type=' . $cron_type) . '" width="1" height="1" alt="" />');