good day:
i whas wondering how to acomplish this:
<ul class="domtabs">
{exp:yearly_archives weblog="arco_bonaire" start_month="1" status="not closed" sort="desc" start_year="2005"}
{exp:selected item="{segment_2}" replace="class='active'"}
<li {selected_{year}}><a href="#y{year_short}" title="view archive of {year}">{year}</a></li>
{/exp:selected}
{/exp:yearly_archives}
</ul>
As you see:
<li {selected_{year}}>
will not work
is there another solution to get the {year} contents into the {selected_xx} variable ?
maybe some php ?
