|
From: David H. <dav...@st...> - 2010-05-18 21:22:06
|
Hi,
Is there a built-in Webmin function that returns the internal name of the
active module?
e.g. "mysql" if the user is using the MySQL module.
This information would seem to be available via $ENV{SCRIPT_NAME}, but I'm
sure there's an easier way of getting it.
(Plus I am not sure how $ENV{SCRIPT_NAME} behaves if Webmin is in a
subdirectory)
Background:
In my theme I want to include a <body class="$modulename"> tag so that I can
better target CSS rules.
e.g. body.mysql form.ui_form { }
Regards,
David
|