From: Joe C. <jo...@vi...> - 2009-07-20 13:49:09
|
It's not a module. It's a theme. ;-) There is a get_theme_info function which returns the theme.info data, so you could do this, I guess: get_theme_info("virtual-server-theme"); I'm pretty sure there's a way to list available themes, as well, though I don't see it off-hand. Emmanuel Saracco wrote: > Hi, > > I was asking me why the "virtual-server-theme" module were not returned > by the "get_all_module_infos()" function. > > Is there any other webmin friendly way to obtain information about this > module? |