Clean comment
This commit is contained in:
parent
b2611e4cdb
commit
f3da457b2b
@ -58,7 +58,7 @@ $left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left');
|
|||||||
$title = $langs->trans("Bookmarks");
|
$title = $langs->trans("Bookmarks");
|
||||||
|
|
||||||
// URL http://mydolibarr/core/bookmarks_page?dol_use_jmobile=1 can be used for tests
|
// URL http://mydolibarr/core/bookmarks_page?dol_use_jmobile=1 can be used for tests
|
||||||
$head = '<!-- Bookmarks access -->'."\n";
|
$head = '<!-- Bookmarks -->'."\n"; // This is used by DoliDroid to know page is a bookmark selection page
|
||||||
$arrayofjs = array();
|
$arrayofjs = array();
|
||||||
$arrayofcss = array();
|
$arrayofcss = array();
|
||||||
top_htmlhead($head, $title, 0, 0, $arrayofjs, $arrayofcss);
|
top_htmlhead($head, $title, 0, 0, $arrayofjs, $arrayofcss);
|
||||||
|
|||||||
@ -81,7 +81,7 @@ if (GETPOST('acction', 'aZ') == 'switchentity') {
|
|||||||
$title = $langs->trans("Multicompanies");
|
$title = $langs->trans("Multicompanies");
|
||||||
|
|
||||||
// URL http://mydolibarr/core/multicompany_page?dol_use_jmobile=1 can be used for tests
|
// URL http://mydolibarr/core/multicompany_page?dol_use_jmobile=1 can be used for tests
|
||||||
$head = '<!-- Multicompany access -->'."\n"; // This is used by DoliDroid to know page is a multicompany selection page
|
$head = '<!-- Multicompany selection -->'."\n"; // This is used by DoliDroid to know page is a multicompany selection page
|
||||||
$arrayofjs = array();
|
$arrayofjs = array();
|
||||||
$arrayofcss = array();
|
$arrayofcss = array();
|
||||||
top_htmlhead($head, $title, 0, 0, $arrayofjs, $arrayofcss);
|
top_htmlhead($head, $title, 0, 0, $arrayofjs, $arrayofcss);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user