show_left_pane
show_left_pane($show); - change the visibility of the left panel
The function accepts parameters as input:
$show – visibility flag, if true - show the left panel, and if false - hide the left panel
After testing, the function returns the result of its work to the script :
true – successfully changed the visibility of the left panel
false – the operation failed