mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Legacy Admin layout fixes and tests.
This commit is contained in:
@@ -24,6 +24,7 @@ foreach($newarray as $key=>$funcinfo)
|
||||
$buts .= e107::getNav()->renderAdminButton($funcinfo[0], $funcinfo[1], $funcinfo[2], $funcinfo[3], $funcinfo[5], 'default');
|
||||
}
|
||||
$text .= $buts;
|
||||
$td = 0;
|
||||
while ($td <= 5) {
|
||||
$text .= "<td class='td' style='width:20%;' ></td>";
|
||||
$td++;
|
||||
|
Reference in New Issue
Block a user