Beiträge: |
Hmm funktioniert bei mir nicht.
So sieht die entsprechende Passage bei mir aus.
{
global $opnConfig;
$opnConfig['opndate']->now ();
$temp = '';
$opnConfig['opndate']->formatTimestamp ($temp, '%A');
$table = & new opn_TableClass ('default');
$table->AddCols (array ('50%', '50%') );
$hlp = _FORUM_TODAY . '' . $temp . ', ';
$opnConfig['opndate']->formatTimestamp ($temp, _DATE_FORUMDATESTRING2);
$hlp .= $temp;
$hlp1 = '<a href="' . encodeurl ($opnConfig['opn_url'] . '/system/forum/searchbb.php?searchmode=lastposts') . '">' . _FORUM_SEARCH_LAST . '</a><br />';
$hlp1 .= '<a href="' . encodeurl ($opnConfig['opn_url'] . '/system/forum/searchbb.php?searchmode=unanswered') . '">' . _FORUM_SEARCH_UNANSWERED . '</a><br />';
if ($opnConfig['permission']->IsUser () ) {
$hlp1 .= '<a href="' . encodeurl ($opnConfig['opn_url'] . '/system/forum/searchbb.php?searchmode=egosearch') . '">' . _FORUM_OWNPOSTS . '</a><br />';
$hlp1 .= '<a href="' . encodeurl ($opnConfig['opn_url'] . '/system/forum/searchbb.php?searchmode=newposts') . '">' . _FORUM_SEARCH_NEW . '</a>';
}
$table->AddDataRow (array ($hlp, $hlp1), array ('left', 'right') );
$boxtxt = '';
$table->GetTable ($boxtxt);
$boxtxt .= '<br /><br />';
return $boxtxt;
}
Wenn ich left wegnehme, dann rutscht auch das Datum in die Mitte.
Gruß Scout
+++ Last.fm | Scoutweb +++ |