mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean code
This commit is contained in:
parent
07bd12717a
commit
e06bf7c145
|
|
@ -26,7 +26,6 @@
|
|||
*/
|
||||
class Documentation
|
||||
{
|
||||
|
||||
/**
|
||||
* Views
|
||||
*
|
||||
|
|
@ -206,7 +205,7 @@ class Documentation
|
|||
*/
|
||||
public function docFooter()
|
||||
{
|
||||
global $conf, $langs;
|
||||
global $langs;
|
||||
|
||||
// DIV FOR SCROLL ANIMATION
|
||||
print '<div id="documentation-scrollwrapper">';
|
||||
|
|
@ -320,9 +319,6 @@ class Documentation
|
|||
*/
|
||||
public function showSummary($showsubmenu = 1, $showsubmenu_summary = 1)
|
||||
{
|
||||
|
||||
global $langs;
|
||||
|
||||
$i = 0;
|
||||
if (!empty($this->view)) :
|
||||
// On se place au bon niveau
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user