I've noticed in the header template that there is a line like this:
where does the template get the information for the nonotifications part?
I'm currently messing with a template which has the following code:
there are various different calls to this class like:
<div class="eventrow dstsettings
<div class="eventrow floatcontainer">
etc
but where does it get the information for the second part of the class? stats, dstsettings, floatcontainer etc?
Code:
<li class="popupmenu nonotifications"
I'm currently messing with a template which has the following code:
Code:
<dl class="eventrow stats"> <dt>{vb:rawphrase calendar}</dt> <dd>{vb:raw calendarinfo.title}</dd> </dl>
<div class="eventrow dstsettings
<div class="eventrow floatcontainer">
etc
but where does it get the information for the second part of the class? stats, dstsettings, floatcontainer etc?
Comment