Hi,
i have a problem with php code... what is wrong in this part of the echo code:
} elseif ( (in_category('56') ) {
echo '<div id="menuano">
<ul class="fix">
<li><a href="get_settings('home')" title="2007">2007</a></li>
</ul>
</div>';
with the code above gives me the error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in
thanks for your help!