according to new tree directory
This commit is contained in:
parent
13ea97cb87
commit
64cc3f70e6
@ -42,7 +42,7 @@ function printBookmarksList ($aDb, $aLangs)
|
|||||||
|
|
||||||
$bookm = new Bookmark($db);
|
$bookm = new Bookmark($db);
|
||||||
|
|
||||||
$langs->load("bookmarks");
|
$langs->load("@bookmarks");
|
||||||
|
|
||||||
$url= $_SERVER["PHP_SELF"].(! empty($_SERVER["QUERY_STRING"])?'?'.$_SERVER["QUERY_STRING"]:'');
|
$url= $_SERVER["PHP_SELF"].(! empty($_SERVER["QUERY_STRING"])?'?'.$_SERVER["QUERY_STRING"]:'');
|
||||||
|
|
||||||
|
|||||||
@ -67,6 +67,7 @@ class modBookmark extends DolibarrModules
|
|||||||
// Dependancies
|
// Dependancies
|
||||||
$this->depends = array();
|
$this->depends = array();
|
||||||
$this->requiredby = array();
|
$this->requiredby = array();
|
||||||
|
$this->langfiles = array("@bookmarks");
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
$this->config_page_url = array('bookmark.php@bookmarks');
|
$this->config_page_url = array('bookmark.php@bookmarks');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user