[gollem] Gollem sidebar menu issue

Michael M Slusarz slusarz at mail.curecanti.org
Mon Aug 15 20:08:59 PDT 2005


Quoting AJ <aj at mindcrash.com>:

> Got it.  What do you think would be the best way to hide the backend 
> list if you are only using one backend?
> Perhaps we can check if $conf['backend']['backend_list'] = 'hidden' 
> and then loop around that piece of code?

Or just add a:

if (count($GLOBALS['gollem_backends']) < 1) {
  return;
}

to prevent addNode from ever being called.

michael

_______________________________________
Michael Slusarz [slusarz at curecanti.org]


More information about the gollem mailing list