1
I know the answer here must be simple, but I haven't been able to figure out how to find the information im looking for.
I need to find out the name of the current theme and css file inside a function used by a module.
example
le="color: #000000"><?php function buildHtmlEditor ( $options ) { $block['theme'] = // $xoops_theme ? $block['css'] = // $xoops_themecss ? /* snip */ return $block; }
I've been looking for where $xoops_theme and $xoops_themecss get assigned but I can't locate the spot.