need to access any information from zoo component from anywhere, like app information, elements from a app template. In this case i need to access to this information from my Joomla 3 template to make a dynamic-custom CSS.
In joomla you can get the template name from anywhere with something like this:
$app = JFactory::getApplication();
$template = $app->getTemplate();
I am looking for something like that for zoo.
Thanks in advance!!