Fix: prepare to phones template
This commit is contained in:
parent
98a1fe553b
commit
db9e0e3790
@ -33,7 +33,6 @@ require_once(DOL_DOCUMENT_ROOT."/boxes.php");
|
|||||||
// If not defined, we select menu "home"
|
// If not defined, we select menu "home"
|
||||||
if (! isset($_GET["mainmenu"])) $_GET["mainmenu"]="home";
|
if (! isset($_GET["mainmenu"])) $_GET["mainmenu"]="home";
|
||||||
|
|
||||||
$infobox=new InfoBox($db);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Actions
|
* Actions
|
||||||
@ -566,6 +565,7 @@ print '</td></tr></table>';
|
|||||||
/*
|
/*
|
||||||
* Show boxes
|
* Show boxes
|
||||||
*/
|
*/
|
||||||
|
$infobox=new InfoBox($db);
|
||||||
$boxarray=$infobox->listboxes("0",$user); // 0=value for home page
|
$boxarray=$infobox->listboxes("0",$user); // 0=value for home page
|
||||||
|
|
||||||
//$boxid_left = array();
|
//$boxid_left = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user