according to new tree directory

This commit is contained in:
Philippe Grand 2010-05-02 16:55:56 +00:00
parent 13ea97cb87
commit 64cc3f70e6
19 changed files with 167 additions and 166 deletions

View File

@ -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"]:'');

View File

@ -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');